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

/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) function
106 .destroy = destroy,
/net/openvswitch/
H A Dvport.h118 * @destroy: Destroys a vport. Must call vport_free() on the vport but not
135 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.c659 void (*destroy)(struct meta_value *); member in struct:meta_type_ops
668 .destroy = meta_var_destroy,
742 if (ops && ops->destroy) {
743 ops->destroy(&meta->lvalue);
744 ops->destroy(&meta->rvalue);
856 .destroy = em_meta_destroy,
/net/decnet/
H A Ddn_dev.c328 static void dn_dev_del_ifa(struct dn_dev *dn_db, struct dn_ifaddr __rcu **ifap, int destroy) argument
347 if (destroy) {
/net/ipv4/
H A Ddevinet.c180 int destroy);
317 int destroy, struct nlmsghdr *nlh, u32 portid)
412 if (destroy)
417 int destroy)
419 __inet_del_ifa(in_dev, ifap, destroy, NULL, 0);
741 * assigned to its device and is destroy with it.
316 __inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy, struct nlmsghdr *nlh, u32 portid) argument
416 inet_del_ifa(struct in_device *in_dev, struct in_ifaddr **ifap, int destroy) argument

Completed in 116 milliseconds