Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dskbuff.c262 static struct sk_buff *__build_skb_around(struct sk_buff *skb, in __build_skb_around() function
317 return __build_skb_around(skb, data, frag_size); in __build_skb()
350 skb = __build_skb_around(skb, data, frag_size); in build_skb_around()