Searched refs:nd_if (Results 1 – 3 of 3) sorted by relevance
145 struct ifnet *ifp = np->nd_if; in ndrv_output()272 np->nd_if = NULL; in ndrv_attach()432 np->nd_if = ifp; in ndrv_bind()615 ifp = np->nd_if; in ndrv_do_detach()711 if (np->nd_if == NULL) { in ndrv_setspec()819 error = ifnet_attach_protocol(np->nd_if, ndrvSpec.protocol_family, in ndrv_setspec()878 result = ifnet_detach_protocol(np->nd_if, np->nd_proto_family); in ndrv_delspec()897 np->nd_if == ifp) { in ndrv_find_inbound()918 ifp = np->nd_if; in ndrv_handle_ifp_detach()927 np->nd_if = NULL; in ndrv_handle_ifp_detach()[all …]
65 struct ifnet *nd_if; /* obsolete, maintained for binary compatibility */ member
213 if (ndrv_cb->nd_if != 0) { in fill_socketinfo()214 struct ifnet *ifp = ndrv_cb->nd_if; in fill_socketinfo()