| /OK3568_Linux_fs/kernel/net/rose/ |
| H A D | rose_in.c | 38 struct rose_sock *rose = rose_sk(sk); in rose_state1_machine() local 44 rose->condition = 0x00; in rose_state1_machine() 45 rose->vs = 0; in rose_state1_machine() 46 rose->va = 0; in rose_state1_machine() 47 rose->vr = 0; in rose_state1_machine() 48 rose->vl = 0; in rose_state1_machine() 49 rose->state = ROSE_STATE_3; in rose_state1_machine() 58 rose->neighbour->use--; in rose_state1_machine() 75 struct rose_sock *rose = rose_sk(sk); in rose_state2_machine() local 81 rose->neighbour->use--; in rose_state2_machine() [all …]
|
| H A D | rose_timer.c | 44 struct rose_sock *rose = rose_sk(sk); in rose_start_t1timer() local 46 sk_stop_timer(sk, &rose->timer); in rose_start_t1timer() 48 rose->timer.function = rose_timer_expiry; in rose_start_t1timer() 49 rose->timer.expires = jiffies + rose->t1; in rose_start_t1timer() 51 sk_reset_timer(sk, &rose->timer, rose->timer.expires); in rose_start_t1timer() 56 struct rose_sock *rose = rose_sk(sk); in rose_start_t2timer() local 58 sk_stop_timer(sk, &rose->timer); in rose_start_t2timer() 60 rose->timer.function = rose_timer_expiry; in rose_start_t2timer() 61 rose->timer.expires = jiffies + rose->t2; in rose_start_t2timer() 63 sk_reset_timer(sk, &rose->timer, rose->timer.expires); in rose_start_t2timer() [all …]
|
| H A D | af_rose.c | 168 struct rose_sock *rose = rose_sk(s); in rose_kill_by_neigh() local 170 if (rose->neighbour == neigh) { in rose_kill_by_neigh() 172 rose->neighbour->use--; in rose_kill_by_neigh() 173 rose->neighbour = NULL; in rose_kill_by_neigh() 188 struct rose_sock *rose = rose_sk(s); in rose_kill_by_device() local 190 if (rose->device == dev) { in rose_kill_by_device() 192 if (rose->neighbour) in rose_kill_by_device() 193 rose->neighbour->use--; in rose_kill_by_device() 194 dev_put(rose->device); in rose_kill_by_device() 195 rose->device = NULL; in rose_kill_by_device() [all …]
|
| H A D | rose_out.c | 32 struct rose_sock *rose = rose_sk(sk); in rose_send_iframe() local 37 skb->data[2] |= (rose->vr << 5) & 0xE0; in rose_send_iframe() 38 skb->data[2] |= (rose->vs << 1) & 0x0E; in rose_send_iframe() 42 rose_transmit_link(skb, rose->neighbour); in rose_send_iframe() 47 struct rose_sock *rose = rose_sk(sk); in rose_kick() local 51 if (rose->state != ROSE_STATE_3) in rose_kick() 54 if (rose->condition & ROSE_COND_PEER_RX_BUSY) in rose_kick() 60 start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs; in rose_kick() 61 end = (rose->va + sysctl_rose_window_size) % ROSE_MODULUS; in rose_kick() 66 rose->vs = start; in rose_kick() [all …]
|
| H A D | rose_subr.c | 27 static int rose_create_facilities(unsigned char *buffer, struct rose_sock *rose); 46 struct rose_sock *rose = rose_sk(sk); in rose_frames_acked() local 51 if (rose->va != nr) { in rose_frames_acked() 52 while (skb_peek(&rose->ack_queue) != NULL && rose->va != nr) { in rose_frames_acked() 53 skb = skb_dequeue(&rose->ack_queue); in rose_frames_acked() 55 rose->va = (rose->va + 1) % ROSE_MODULUS; in rose_frames_acked() 84 struct rose_sock *rose = rose_sk(sk); in rose_validate_nr() local 85 unsigned short vc = rose->va; in rose_validate_nr() 87 while (vc != rose->vs) { in rose_validate_nr() 92 return nr == rose->vs; in rose_validate_nr() [all …]
|
| H A D | Makefile | 6 obj-$(CONFIG_ROSE) += rose.o 8 rose-y := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \ 10 rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o
|
| H A D | rose_route.c | 919 struct rose_sock *rose = rose_sk(sk); in rose_route_frame() local 923 rose->cause = ROSE_NETWORK_CONGESTION; in rose_route_frame() 924 rose->diagnostic = 0; in rose_route_frame() 925 rose->neighbour->use--; in rose_route_frame() 926 rose->neighbour = NULL; in rose_route_frame() 927 rose->lci = 0; in rose_route_frame() 928 rose->state = ROSE_STATE_0; in rose_route_frame()
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | TODO | 4 Do the netrom and rose locks have to be bh-safe? 15 Implement proper socket locking in netrom and rose.
|
| H A D | Kconfig | 115 module will be called rose.
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | Makefile | 32 obj-$(CONFIG_ROSE) += rose/
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …nk.h serio.h swab.h pps.h usbdevice_fs.h wanrouter.h tipc.h nbd-netlink.h rose.h tipc_config.h if_…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …nk.h serio.h swab.h pps.h usbdevice_fs.h wanrouter.h tipc.h nbd-netlink.h rose.h tipc_config.h if_…
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 40 ethernet Ethernet protocol rose X.25 PLP layer
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | mpp_doxyfile | 188 # Note that setting this tag to YES also means that rational rose comments are
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | doxygen.conf.in | 196 # Note that setting this tag to YES also means that rational rose comments are
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 15165 F: include/net/rose.h 15166 F: include/uapi/linux/rose.h 15167 F: net/rose/
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cpp.info | 1873 OSF/rose '-mno-underscores' option).
|
| H A D | ld.info | 5846 dynamic libraries rose to ascendance.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cpp.info | 1873 OSF/rose '-mno-underscores' option).
|
| H A D | ld.info | 5846 dynamic libraries rose to ascendance.
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3887 -rw-r--r-- root root 2232 ./usr/include/linux/rose.h 4177 -rw-r--r-- root root 3184 ./usr/include/netrose/rose.h
|
| H A D | buildhistory_filelist2.txt | 3888 -rw-r--r-- root root 2232 ./usr/include/linux/rose.h 4178 -rw-r--r-- root root 3184 ./usr/include/netrose/rose.h
|