Searched refs:nh_aifp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop_ctl.c | 298 nh->nh_aifp = get_aifp(nh, 0); in fill_nhop_from_info() 439 nh->nh_aifp = get_aifp(nh, 0); in alter_nhop_from_info() 473 nh->nh_aifp = nh_orig->nh_aifp; in nhop_create_from_nhop() 542 nh->nh_aifp = get_aifp(nh, 1); in finalize_nhop() 543 DPRINTF("AIFP: %p nh_ifp %p", nh->nh_aifp, nh->nh_ifp); in finalize_nhop() 598 if_name(nh->nh_ifp), addr_buf, nh->nh_ifa, src_buf, nh->nh_aifp, in print_nhop() 599 if_name(nh->nh_aifp), nh->nh_mtu, nh->nh_flags); in print_nhop() 612 if_rele(nh->nh_aifp); in destroy_nhop() 833 pnhe->aifindex = nh->nh_aifp->if_index; in dump_nhop_entry()
|
| H A D | nhop.h | 137 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */ member
|
| /f-stack/tools/compat/include/net/route/ |
| H A D | nhop.h | 137 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | in_fib.c | 180 if (src_if != NULL && nh->nh_aifp == src_if) { in check_urpf_nhop()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_fib.c | 189 if (src_if != NULL && nh->nh_aifp == src_if) { in check_urpf_nhop()
|
| H A D | in6_src.c | 821 *retifp = nh->nh_aifp; in selectroute()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 494 if (ifp != NULL && ifp != nh->nh_aifp) in verify_path() 833 if (ifp != NULL && ifp != nh->nh_aifp) in verify_path6()
|