Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop_ctl.c298 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 Dnhop.h137 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */ member
/f-stack/tools/compat/include/net/route/
H A Dnhop.h137 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */ member
/f-stack/freebsd/netinet/
H A Din_fib.c180 if (src_if != NULL && nh->nh_aifp == src_if) { in check_urpf_nhop()
/f-stack/freebsd/netinet6/
H A Din6_fib.c189 if (src_if != NULL && nh->nh_aifp == src_if) { in check_urpf_nhop()
H A Din6_src.c821 *retifp = nh->nh_aifp; in selectroute()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c494 if (ifp != NULL && ifp != nh->nh_aifp) in verify_path()
833 if (ifp != NULL && ifp != nh->nh_aifp) in verify_path6()