Searched refs:destructor (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dutil.c22 static void close_log(void) __attribute__ ((destructor));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dipv6_sockglue.c56 int ip6_ra_control(struct sock *sk, int sel, void (*destructor)(struct sock *))
79 if (ra->destructor)
80 ra->destructor(sk);
92 new_ra->destructor = destructor;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dutil.c22 static void close_log(void) __attribute__ ((destructor));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip.h64 void (*destructor)(struct sock *); member in struct:ip_ra_chain
261 extern int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(struct sock *));
H A Dipv6.h110 void (*destructor)(struct sock *); member in struct:ip6_ra_chain
179 void (*destructor)(struct sock *));
H A Dneighbour.h115 void (*destructor)(struct neighbour *); member in struct:neigh_ops
H A Dtcp.h470 void (*destructor) (struct open_request *req); member in struct:or_calltable
528 req->class->destructor(req);
1750 skb->destructor = tcp_rfree;
H A Dsock.h1132 skb->destructor = sock_wfree;
1139 skb->destructor = sock_rfree;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip.h64 void (*destructor)(struct sock *); member in struct:ip_ra_chain
261 extern int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(struct sock *));
H A Dipv6.h110 void (*destructor)(struct sock *); member in struct:ip6_ra_chain
179 void (*destructor)(struct sock *));
H A Dneighbour.h115 void (*destructor)(struct neighbour *); member in struct:neigh_ops
H A Dtcp.h470 void (*destructor) (struct open_request *req); member in struct:or_calltable
528 req->class->destructor(req);
1751 skb->destructor = tcp_rfree;
H A Dsock.h1204 skb->destructor = sock_wfree;
1211 skb->destructor = sock_rfree;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dskbuff.h196 void (*destructor)(struct sk_buff *); /* Destruct function */ member in struct:sk_buff
968 * destructor function and make the @skb unowned. The buffer continues
975 if (skb->destructor)
976 skb->destructor(skb);
977 skb->destructor = NULL;
H A Di2o.h145 /* Bus specific destructor */
146 void (*destructor)(struct i2o_controller *); member in struct:i2o_controller
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda.h193 void (*destructor)(struct sk_buff *skb); /* Used for flow control */ member in struct:irda_skb_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dskbuff.h196 void (*destructor)(struct sk_buff *); /* Destruct function */ member in struct:sk_buff
968 * destructor function and make the @skb unowned. The buffer continues
975 if (skb->destructor)
976 skb->destructor(skb);
977 skb->destructor = NULL;
H A Di2o.h145 /* Bus specific destructor */
146 void (*destructor)(struct i2o_controller *); member in struct:i2o_controller
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda.h193 void (*destructor)(struct sk_buff *skb); /* Used for flow control */ member in struct:irda_skb_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dskbuff.c14 * Alan Cox : destructor hook for AF_UNIX etc.
240 skb->destructor = NULL;
319 if(skb->destructor) {
324 skb->destructor(skb);
386 n->destructor = NULL;
430 new->destructor = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dip_sockglue.c191 int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(struct sock *))
212 if (ra->destructor)
213 ra->destructor(sk);
224 new_ra->destructor = destructor;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_pci.c207 c->destructor = i2o_pci_dispose;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_lmp.c219 skb->destructor = ircomm_lmp_flow_control;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan.c428 new_dev->destructor = vlan_dev_destruct;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_in.c477 skb->destructor = NULL; /* Who initializes this, dammit?! */

Completed in 183 milliseconds

12