tag | line | file | source code |
---|---|---|---|
arp_q | 121 | net/inet/arp.c | struct sk_buff * volatile arp_q = NULL; |
arp_q | 203 | net/inet/arp.c | work_q = arp_q; |
arp_q | 205 | net/inet/arp.c | arp_q = NULL; |
arp_q | 244 | net/inet/arp.c | skb_queue_head(&arp_q,skb); |
arp_q | 736 | net/inet/arp.c | skb_queue_tail(&arp_q,skb); |
arp_q | 48 | net/inet/arp.h | extern struct sk_buff *arp_q; |
arp_q | 2205 | net/inet/tcp.c | if (arp_q == skb) { |
arp_q | 2206 | net/inet/tcp.c | if (skb->next == skb) arp_q = NULL; |
arp_q | 2207 | net/inet/tcp.c | else arp_q = skb->next; |