Home
last modified time | relevance | path

Searched refs:nin_destroy (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dneti.h179 void (*nin_destroy)(const netid_t, void *); member
202 #define nini_destroy nini_instance->nin_destroy
/titanic_41/usr/src/uts/common/io/
H A Dneti_stack.c353 if (nin->nin_create == NULL || nin->nin_destroy == NULL) in net_instance_register()
741 ASSERT(nin->nin_destroy != NULL); in neti_stack_apply_destroy()
745 (nin->nin_destroy)(nts->nts_id, tmp->nini_created); in neti_stack_apply_destroy()
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c184 bpf_inst->nin_destroy = bpf_destroy_inst; in bpf_attach()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dsolaris.c751 ipfncb->nin_destroy = ipf_stack_destroy;
/titanic_41/usr/src/uts/common/inet/ipd/
H A Dipd.c1067 ipd_neti->nin_destroy = ipd_nin_destroy; in ipd_attach()