Searched refs:tcp_skb_shift (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | tcp.h | 549 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
|
/linux-6.1.9/net/ipv4/ |
D | tcp_input.c | 1526 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, in tcp_skb_shift() function 1646 if (!tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data() 1667 if (tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
|
D | tcp_output.c | 3056 if (next_skb_size && !tcp_skb_shift(skb, next_skb, 1, next_skb_size)) in tcp_collapse_retrans()
|