Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dskbuff.h4155 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen);
/linux-6.15/net/ipv4/
H A Dtcp_output.c2718 if (!nlen || !skb_shift(skb, next_skb, nlen)) in tcp_grow_skb()
H A Dtcp_input.c1589 return skb_shift(to, from, shiftlen); in tcp_skb_shift()
/linux-6.15/net/core/
H A Dskbuff.c4164 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen) in skb_shift() function