Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c1538 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, in tcp_skb_shift() function
1658 if (!tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
1679 if (tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
Dtcp_output.c3068 if (next_skb_size && !tcp_skb_shift(skb, next_skb, 1, next_skb_size)) in tcp_collapse_retrans()