Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dsock_destructor.h6 static inline bool is_skb_wmem(const struct sk_buff *skb) in is_skb_wmem() function
H A Dskbuff.c2260 if (skb_shared(skb) || !is_skb_wmem(skb)) { in skb_expand_head()
2274 if (sk && is_skb_wmem(skb)) { in skb_expand_head()
/openbmc/linux/net/ipv4/
H A Dinet_fragment.c460 if (sk && is_skb_wmem(skb)) { in inet_frag_reasm_prepare()
558 struct sock *sk = is_skb_wmem(head) ? head->sk : NULL; in inet_frag_reasm_finish()