Home
last modified time | relevance | path

Searched refs:tcp_skb_shift (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dtcp.h487 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
/Linux-v5.4/net/ipv4/
Dtcp_input.c1377 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, in tcp_skb_shift() function
1497 if (!tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
1516 if (tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
Dtcp_output.c2793 else if (!tcp_skb_shift(skb, next_skb, 1, next_skb_size)) in tcp_collapse_retrans()