Searched defs:destroy (Results 1 - 8 of 8) sorted by relevance

/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) function
111 .destroy = destroy,
/net/openvswitch/
H A Dvport.h139 * @destroy: Destroys a vport. Must call vport_free() on the vport but not
155 void (*destroy)(struct vport *); member in struct:vport_ops
/net/rds/
H A Dib_cm.c456 int err = 1, destroy = 1; local
516 destroy = 0;
538 return destroy;
568 /* Beware - returning non-zero tells the rdma_cm to destroy
H A Diw_cm.c387 int err, destroy = 1; local
449 destroy = 0;
472 return destroy;
502 /* Beware - returning non-zero tells the rdma_cm to destroy
/net/sched/
H A Dem_meta.c746 void (*destroy)(struct meta_value *); member in struct:meta_type_ops
755 .destroy = meta_var_destroy,
829 if (ops && ops->destroy) {
830 ops->destroy(&meta->lvalue);
831 ops->destroy(&meta->rvalue);
945 .destroy = em_meta_destroy,
/net/decnet/
H A Ddn_dev.c329 static void dn_dev_del_ifa(struct dn_dev *dn_db, struct dn_ifaddr __rcu **ifap, int destroy) argument
348 if (destroy) {
/net/ipv4/
H A Ddevinet.c182 int destroy);
328 int destroy, struct nlmsghdr *nlh, u32 portid)
423 if (destroy)
428 int destroy)
430 __inet_del_ifa(in_dev, ifap, destroy, NULL, 0);
754 * assigned to its device and is destroy with it.
327 __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy, struct nlmsghdr *nlh, u32 portid) argument
427 inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy) argument
/net/wireless/
H A Dnl80211.c11972 struct cfg80211_iface_destroy *destroy; local
11974 destroy = kzalloc(sizeof(*destroy), GFP_ATOMIC);
11975 if (destroy) {
11976 destroy->nlportid = notify->portid;
11978 list_add(&destroy->list, &rdev->destroy_list);

Completed in 112 milliseconds