Searched refs:next_skb (Results 1 – 3 of 3) sorted by relevance
2926 struct sk_buff *next_skb = skb->next; in tcp_grow_skb() local2932 if (!tcp_skb_can_collapse(skb, next_skb)) in tcp_grow_skb()2935 nlen = min_t(u32, amount, next_skb->len); in tcp_grow_skb()2936 if (!nlen || !skb_shift(skb, next_skb, nlen)) in tcp_grow_skb()2940 TCP_SKB_CB(next_skb)->seq += nlen; in tcp_grow_skb()2942 if (!next_skb->len) { in tcp_grow_skb()2944 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(next_skb)->end_seq; in tcp_grow_skb()2946 tcp_eat_one_skb(sk, skb, next_skb); in tcp_grow_skb()3436 const struct sk_buff *next_skb) in tcp_skb_collapse_tstamp() argument3438 if (unlikely(tcp_has_tx_tstamp(next_skb))) { in tcp_skb_collapse_tstamp()[all …]
1648 struct sk_buff *next_skb; in tls_decrypt_sg() 1684 next_skb = skb_peek_next(skb, &ctx->rx_list); in tls_decrypt_sg() 1691 skb = next_skb; in tls_decrypt_sg() 1924 struct sk_buff *next_skb; process_rx_list() local
3323 struct sk_buff *next_skb; in unix_ioctl() 3325 next_skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_ioctl() 3329 (!oob_skb || next_skb == oob_skb))) in unix_ioctl() 3328 struct sk_buff *next_skb; unix_ioctl() local