Searched refs:destructor (Results 101 - 123 of 123) sorted by relevance

12345

/linux-master/net/ipv6/
H A Desp6.c1255 .destructor = esp6_destroy,
H A Dudp.c1117 skb->destructor = sock_pfree;
/linux-master/net/mac80211/
H A Dstatus.c800 if (!dropped && skb->destructor) {
/linux-master/net/netrom/
H A Daf_netrom.c982 skb->destructor = sock_efree;
/linux-master/drivers/net/netdevsim/
H A Ddev.c558 .destructor = &kfree,
/linux-master/drivers/net/
H A Dveth.c332 * - the sock_wfree destructor is used by UDP, ICMP and XDP sockets -
340 (skb->destructor == sock_wfree &&
/linux-master/include/net/
H A Dxfrm.h426 void (*destructor)(struct xfrm_state *); member in struct:xfrm_type
H A Dtcp.h1988 * the same memory storage than skb->destructor/_skb_refdst
1992 skb->destructor = NULL;
/linux-master/net/sched/
H A Dcls_api.c3812 if (entry->destructor)
3813 entry->destructor(entry->destructor_priv);
/linux-master/net/ipv4/
H A Dtcp_ipv4.c1210 * IPv4 request_sock destructor.
1688 .destructor = tcp_v4_reqsk_destructor,
1984 skb->destructor = sock_edemux;
H A Dtcp.c1516 if (likely(skb->destructor == sock_rfree)) {
1518 skb->destructor = NULL;
H A Dudp.c1551 /* no need to setup a destructor, we will explicitly release the
2600 skb->destructor = sock_pfree;
H A Dtcp_output.c1050 * We do this using a special skb destructor (tcp_wfree).
1056 * Since transmit from skb destructor is forbidden, we use a tasklet
1184 * Write buffer destructor automatically called from kfree_skb.
1373 skb->destructor = skb_is_tcp_pure_ack(skb) ? __sock_wfree : tcp_wfree;
/linux-master/net/mptcp/
H A Dprotocol.c200 skb->destructor = mptcp_rfree;
1964 skb->destructor = NULL;
/linux-master/virt/kvm/
H A Dkvm_main.c5693 if (dev->ops->destructor)
5694 dev->ops->destructor(dev);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1346 * destructor early, after the packet is queued but before it's DMAd.
1357 * Run the destructor before telling the DMA engine about the packet
1575 * This is the packet destructor used for Tx packets that need to remain
1658 skb->destructor = deferred_unmap_destructor;
/linux-master/net/sctp/
H A Dsm_make_chunk.c70 /* Control chunk destructor */
115 skb->destructor = sctp_control_release_owner;
H A Dsocket.c118 * Also, set the skb destructor for sndbuf accounting later.
122 * destructor in the data chunk skb for the purpose of the sndbuf space
138 chunk->skb->destructor = sctp_wfree;
9184 * We set this as a destructor for the cloned data skbs so that
/linux-master/net/xfrm/
H A Dxfrm_state.c537 x->type->destructor(x);
/linux-master/net/packet/
H A Daf_packet.c2871 skb->destructor = tpacket_destruct_skb;
/linux-master/net/unix/
H A Daf_unix.c1848 skb->destructor = unix_destruct_scm;
/linux-master/net/core/
H A Dfilter.c7480 skb->destructor = sock_pfree;
11991 skb->destructor = sock_pfree;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c293 * This is the packet destructor used for Tx packets that need to remain
2035 * solution to this problem is to run the destructor early,
2046 * Run the destructor before telling the DMA engine about the
2444 * So, call the destructor now and we'll free the skb later
3014 skb->destructor = deferred_unmap_destructor;

Completed in 808 milliseconds

12345