Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskbuff.h4197 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()
/linux/net/core/
H A Dskbuff.c4193 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen) in skb_shift() function