Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_iface.c139 static int ng_iface_send(struct ifnet *ifp, struct mbuf *m,
388 error = ng_iface_send(ifp, m, af); in ng_iface_output()
410 ng_iface_send(ifp, m, sa); in ng_iface_start()
434 ng_iface_send(struct ifnet *ifp, struct mbuf *m, sa_family_t sa) in ng_iface_send() function