Searched refs:nd_if (Results 1 – 3 of 3) sorted by relevance
136 struct ifnet *ifp = np->nd_if; in ndrv_output()251 np->nd_if = NULL; in ndrv_attach()410 np->nd_if = ifp; in ndrv_bind()585 ifp = np->nd_if; in ndrv_do_detach()682 if (np->nd_if == NULL) { in ndrv_setspec()776 error = ifnet_attach_protocol(np->nd_if, ndrvSpec.protocol_family, in ndrv_setspec()829 result = ifnet_detach_protocol(np->nd_if, np->nd_proto_family); in ndrv_delspec()848 np->nd_if == ifp) { in ndrv_find_inbound()869 ifp = np->nd_if; in ndrv_handle_ifp_detach()878 np->nd_if = NULL; in ndrv_handle_ifp_detach()[all …]
65 struct ifnet *nd_if; /* obsolete, maintained for binary compatibility */ member
210 if (ndrv_cb->nd_if != 0) { in fill_socketinfo()211 struct ifnet *ifp = ndrv_cb->nd_if; in fill_socketinfo()