Home
last modified time | relevance | path

Searched refs:if_getinputfn (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_var.h707 if_input_fn_t if_getinputfn(if_t ifp);
H A Dif.c4956 if_getinputfn(if_t ifp) in if_getinputfn() function
/freebsd/sys/dev/netmap/
H A Dnetmap.c3990 na->if_input = if_getinputfn(na->ifp); /* for netmap_send_up */ in netmap_attach_common()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1920 sc->hn_vf_input = if_getinputfn(ifp); in hn_ifnet_attevent()