Searched defs:next_skb (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ | ||
| H A D | tcp_output.c | 2925 struct sk_buff *next_skb = skb->next; tcp_grow_skb() local |
| /linux/drivers/net/wireless/ath/ath5k/ | ||
| H A D | base.c | 1587 struct sk_buff *skb, *next_skb; in ath5k_tasklet_rx() local |
| /linux/net/tls/ | ||
| H A D | tls_sw.c | 1924 struct sk_buff *next_skb; process_rx_list() local |
| /linux/net/unix/ | ||
| H A D | af_unix.c | 3328 struct sk_buff *next_skb; unix_ioctl() local |
| /linux/include/linux/ | ||
| H A D | skbuff.h | 1910 for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb); \ argument |