Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock_destructor.h8 return skb->destructor == sock_wfree || in is_skb_wmem()
H A Dsock.c2582 void sock_wfree(struct sk_buff *skb) in sock_wfree() function
2615 EXPORT_SYMBOL(sock_wfree);
2636 skb->destructor = sock_wfree; in skb_set_owner_w()
2655 return (skb->destructor == sock_wfree || in can_skb_orphan_partial()
H A Dskbuff.c4939 if (head_skb->destructor == sock_wfree) { in skb_segment()
/linux/net/ipv4/
H A Dudp_offload.c323 copy_dtor = gso_skb->destructor == sock_wfree; in __udp_gso_segment()
332 gso_skb->destructor = sock_wfree; in __udp_gso_segment()
359 seg->destructor = sock_wfree; in __udp_gso_segment()
/linux/net/xdp/
H A Dxsk.c574 sock_wfree(skb); in xsk_destruct_skb()
588 skb->destructor = sock_wfree; in xsk_consume_skb()
/linux/include/net/
H A Dsock.h1762 void sock_wfree(struct sk_buff *skb);
2378 if (skb->destructor != sock_wfree) { in skb_prepare_for_gro()
/linux/drivers/net/
H A Dveth.c340 (skb->destructor == sock_wfree && in veth_skb_is_eligible_for_gro()
/linux/net/unix/
H A Daf_unix.c1879 sock_wfree(skb); in unix_destruct_scm()
/linux/net/packet/
H A Daf_packet.c2580 sock_wfree(skb); in tpacket_destruct_skb()
/linux/net/sctp/
H A Dsocket.c9191 sock_wfree(skb); in sctp_wfree()