Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskbuff.h4195 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen);
/linux/net/ipv4/
H A Dtcp_output.c2712 if (!nlen || !skb_shift(skb, next_skb, nlen)) in tcp_grow_skb()
H A Dtcp_input.c1572 return skb_shift(to, from, shiftlen); in tcp_skb_shift()