Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h1869 void sock_pfree(struct sk_buff *skb);
2843 return skb->destructor == sock_pfree; in skb_sk_is_prefetched()
/openbmc/linux/net/core/
H A Dsock.c2604 void sock_pfree(struct sk_buff *skb) in sock_pfree() function
2609 EXPORT_SYMBOL(sock_pfree);
H A Dfilter.c7452 skb->destructor = sock_pfree; in BPF_CALL_3()