/linux-2.4.37.9/net/ipv6/ |
D | ipv6_sockglue.c | 80 int ip6_ra_control(struct sock *sk, int sel, void (*destructor)(struct sock *)) in ip6_ra_control() 103 if (ra->destructor) in ip6_ra_control() 104 ra->destructor(sk); in ip6_ra_control() 116 new_ra->destructor = destructor; in ip6_ra_control()
|
D | sit.c | 739 dev->destructor = ipip6_tunnel_destructor; in ipip6_tunnel_init_gen()
|
/linux-2.4.37.9/include/net/ |
D | ip.h | 64 void (*destructor)(struct sock *); member 274 extern int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(struct sock *));
|
D | ipv6.h | 129 void (*destructor)(struct sock *); member 198 void (*destructor)(struct sock *));
|
D | neighbour.h | 134 void (*destructor)(struct neighbour *); member
|
D | sock.h | 1227 skb->destructor = sock_wfree; in skb_set_owner_w() 1234 skb->destructor = sock_rfree; in skb_set_owner_r()
|
D | tcp.h | 507 void (*destructor) (struct open_request *req); member 565 req->class->destructor(req); in tcp_openreq_free() 1882 skb->destructor = tcp_rfree; in tcp_set_owner_r()
|
/linux-2.4.37.9/include/linux/ |
D | skbuff.h | 200 void (*destructor)(struct sk_buff *); /* Destruct function */ member 974 if (skb->destructor) in skb_orphan() 975 skb->destructor(skb); in skb_orphan() 976 skb->destructor = NULL; in skb_orphan()
|
D | i2o.h | 146 void (*destructor)(struct i2o_controller *); member
|
D | netdevice.h | 389 void (*destructor)(struct net_device *dev); member
|
/linux-2.4.37.9/net/core/ |
D | skbuff.c | 241 skb->destructor = NULL; in skb_headerinit() 320 if(skb->destructor) { in __kfree_skb() 325 skb->destructor(skb); in __kfree_skb() 388 n->destructor = NULL; in skb_clone() 433 new->destructor = NULL; in copy_skb_header()
|
D | dev.c | 2591 if (dev->destructor) in netdev_finish_unregister() 2592 dev->destructor(dev); in netdev_finish_unregister()
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_sockglue.c | 188 int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(struct sock *)) in ip_ra_control() 209 if (ra->destructor) in ip_ra_control() 210 ra->destructor(sk); in ip_ra_control() 221 new_ra->destructor = destructor; in ip_ra_control()
|
D | ipip.c | 787 dev->destructor = ipip_tunnel_destructor; in ipip_tunnel_init_gen()
|
/linux-2.4.37.9/include/net/irda/ |
D | irda.h | 193 void (*destructor)(struct sk_buff *skb); /* Used for flow control */ member
|
/linux-2.4.37.9/drivers/atm/ |
D | nicstarmac.copyright | 33 * 1) skb->destructor / skb->atm.recycle_buffer
|
D | nicstar.c | 2323 skb->destructor = ns_sb_destructor; in dequeue_rx() 2351 sb->destructor = ns_sb_destructor; in dequeue_rx() 2375 skb->destructor = ns_lb_destructor; in dequeue_rx() 2486 hb->destructor = ns_hb_destructor; in dequeue_rx()
|
/linux-2.4.37.9/net/irda/ircomm/ |
D | ircomm_lmp.c | 219 skb->destructor = ircomm_lmp_flow_control; in ircomm_lmp_data_request()
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_pci.c | 207 c->destructor = i2o_pci_dispose; in i2o_pci_install()
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_in.c | 477 skb->destructor = NULL; /* Who initializes this, dammit?! */ in ax25_kiss_rcv()
|
/linux-2.4.37.9/net/sctp/ |
D | ulpevent.c | 116 skb->destructor = sctp_stub_rfree; in sctp_ulpevent_set_owner()
|
/linux-2.4.37.9/net/8021q/ |
D | vlan.c | 435 new_dev->destructor = vlan_dev_destruct; in register_vlan_device()
|
/linux-2.4.37.9/net/atm/ |
D | clip.c | 281 destructor: clip_neigh_destroy,
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | tty.c | 270 skb->destructor = rfcomm_wfree; in rfcomm_set_owner_w()
|
/linux-2.4.37.9/net/unix/ |
D | af_unix.c | 1123 skb->destructor = sock_wfree; in unix_detach_fds() 1148 skb->destructor = unix_destruct_fds; in unix_attach_fds()
|