Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h562 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
/openbmc/linux/net/ipv4/
H A Dtcp_input.c1550 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, in tcp_skb_shift() function
1670 if (!tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
1691 if (tcp_skb_shift(prev, skb, pcount, len)) in tcp_shift_skb_data()
H A Dtcp_output.c3163 if (next_skb_size && !tcp_skb_shift(skb, next_skb, 1, next_skb_size)) in tcp_collapse_retrans()