Searched refs:nh_aifp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop_ctl.c230 * in the separate field (nh_aifp, see below), write AF_LINK
300 nh->nh_aifp = get_aifp(nh, 0);
441 nh->nh_aifp = get_aifp(nh, 0);
475 nh->nh_aifp = nh_orig->nh_aifp;
544 nh->nh_aifp = get_aifp(nh, 1);
545 DPRINTF("AIFP: %p nh_ifp %p", nh->nh_aifp, nh->nh_ifp);
600 if_name(nh->nh_ifp), addr_buf, nh->nh_ifa, src_buf, nh->nh_aifp,
601 if_name(nh->nh_aifp), nh->nh_mtu, nh->nh_flags);
614 if_rele(nh->nh_aifp);
[all...]
H A Dnhop.h91 * nh_aifp: ifnet of the source address. Same as nh_ifp except IPv6 loopback
104 * nh_aifp is the same as nh_ifp
105 * gw_sa contains AF_LINK sa with nh_aifp ifindex (compat)
109 * nh_aifp points to the interface where the destination address belongs to.
111 * gw_sa contains AF_LINK sa with nh_aifp ifindex (compat)
115 * nh_aifp is the same as nh_ifp
137 struct ifnet *nh_aifp; /* ifnet of the source address. Always != NULL */ member in struct:nhop_object
/freebsd-13-stable/sys/netinet/
H A Din_fib.c180 if (src_if != NULL && nh->nh_aifp == src_if) {
/freebsd-13-stable/sys/netinet6/
H A Din6_fib.c189 if (src_if != NULL && nh->nh_aifp == src_if) {
H A Din6_src.c818 *retifp = nh->nh_aifp;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c494 if (ifp != NULL && ifp != nh->nh_aifp)
831 if (ifp != NULL && ifp != nh->nh_aifp)

Completed in 73 milliseconds