Searched refs:nd6_output_ifp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/sys/netinet6/ |
| HD | ip6_forward.c | 397 error = nd6_output_ifp(nh->nh_ifp, origifp, m, &dst, NULL); in ip6_forward()
|
| HD | nd6.h | 371 int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
|
| HD | nd6.c | 2188 nd6_output_ifp(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m, in nd6_output_ifp() function 2537 error = nd6_output_ifp(ifp, ifp, m, &dst6, (struct route *)&ro); in nd6_flush_holdchain()
|
| HD | ip6_output.c | 368 error = nd6_output_ifp(ifp, origifp, m, dst, (struct route *)ro); in ip6_output_send()
|
| /freebsd-head/sys/netpfil/pf/ |
| HD | pf_norm.c | 1056 nd6_output_ifp(rt, rt, m, &dst, NULL); in pf_refragment6()
|
| HD | pf.c | 9355 ret = nd6_output_ifp(ifp, ifp, md, &dst, NULL); in pf_route6()
|