Home
last modified time | relevance | path

Searched refs:__sock_wfree (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/net/core/
H A Dsock_destructor.h9 skb->destructor == __sock_wfree || in is_skb_wmem()
H A Dsock.c2515 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_output.c235 * and set destructor to __sock_wfree to reduce the SOCK send cache size in _nip_udp_single_output()
238 skb->destructor = __sock_wfree; in _nip_udp_single_output()
H A Dtcp_nip_output.c540 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_nip_transmit_skb()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h1727 void __sock_wfree(struct sk_buff *skb);
/kernel/linux/linux-6.6/include/net/
H A Dsock.h1850 void __sock_wfree(struct sk_buff *skb);
/kernel/linux/linux-5.10/net/core/
H A Dsock.c2075 void __sock_wfree(struct sk_buff *skb) in __sock_wfree() function
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c1321 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1331 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree; in __tcp_transmit_skb()

Completed in 33 milliseconds