Home
last modified time | relevance | path

Searched defs:next_skb (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.c2925 struct sk_buff *next_skb = skb->next; tcp_grow_skb() local
3435 tcp_skb_collapse_tstamp(struct sk_buff * skb,const struct sk_buff * next_skb) tcp_skb_collapse_tstamp() argument
3453 struct sk_buff *next_skb = skb_rb_next(skb); tcp_collapse_retrans() local
[all...]
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c1587 struct sk_buff *skb, *next_skb; in ath5k_tasklet_rx() local
/linux/net/tls/
H A Dtls_sw.c1924 struct sk_buff *next_skb; process_rx_list() local
/linux/net/unix/
H A Daf_unix.c3328 struct sk_buff *next_skb; unix_ioctl() local
/linux/include/linux/
H A Dskbuff.h1910 for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb); \ argument