Searched refs:nh_ifp (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Din_fib.h37 struct ifnet *nh_ifp; /* Logical egress interface */ member in struct:nhop4_basic
45 struct ifnet *nh_ifp; /* Logical egress interface */ member in struct:nhop4_extended
H A Din_fib.c77 pnh4->nh_ifp = rte->rt_ifa->ifa_ifp;
79 pnh4->nh_ifp = rte->rt_ifp;
102 pnh4->nh_ifp = rte->rt_ifa->ifa_ifp;
104 pnh4->nh_ifp = rte->rt_ifp;
126 * - nh_ifp cannot be safely dereferenced
127 * - nh_ifp represents logical transmit interface (rt_ifp) (e.g. if
130 * - nh_ifp represents "address" interface if NHR_IFAIF flag is passed
173 * - nh_ifp cannot be safely dereferenced unless NHR_REF is specified.
175 * - nh_ifp represents logical transmit interface (rt_ifp) (e.g. if
178 * - nh_ifp represent
[all...]
H A Din_gif.c200 if (nh4.nh_ifp != m->m_pkthdr.rcvif)
H A Dif_ether.c1048 if (nh4.nh_ifp == ifp)
1064 if (nh4.nh_ifp != ifp) {
H A Dtcp_subr.c2325 ifp = nh4.nh_ifp;
2362 ifp = nh6.nh_ifp;
H A Din_mcast.c1900 ifp = nh4.nh_ifp;
/freebsd-11.0-release/sys/netinet6/
H A Din6_fib.h37 struct ifnet *nh_ifp; /* Logical egress interface */ member in struct:nhop6_basic
46 struct ifnet *nh_ifp; /* Logical egress interface */ member in struct:nhop6_extended
H A Din6_fib.c110 pnh6->nh_ifp = fib6_get_ifaifp(rte);
112 pnh6->nh_ifp = rte->rt_ifp;
138 pnh6->nh_ifp = fib6_get_ifaifp(rte);
140 pnh6->nh_ifp = rte->rt_ifp;
160 * - nh_ifp represents logical transmit interface (rt_ifp) by default
161 * - nh_ifp represents "address" interface if NHR_IFAIF flag is passed
163 * - nh_ifp cannot be safely dereferenced
164 * - nh_ifp represents rt_ifp (e.g. if looking up address on
212 * - nh_ifp cannot be safely dereferenced unless NHR_REF is specified.
214 * - nh_ifp represent
[all...]
H A Din6_gif.c214 if (nh6.nh_ifp != m->m_pkthdr.rcvif)
H A Din6_src.c947 hlim = ND_IFINFO(nh6.nh_ifp)->chlim;
H A Din6.c2122 if (error != 0 || (nh6.nh_flags & NHF_GATEWAY) || nh6.nh_ifp != ifp) {
H A Din6_mcast.c1791 return (nh6.nh_ifp);
H A Dip6_output.c1251 ifp = nh6.nh_ifp;
/freebsd-11.0-release/sys/net/
H A Dif_stf.c566 if (nh4.nh_ifp != inifp)
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c821 ifp = nh4.nh_ifp;
990 return (fin->fin_ifp == nh4.nh_ifp);
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1117 if (nh6.nh_ifp != ifp)
1129 if (nh4.nh_ifp != ifp)
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c1336 if (!(nh4.nh_ifp->if_flags & IFCAP_TOE)) {
1341 tdev = TOEDEV(nh4.nh_ifp);
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2143 if (!(nh4.nh_ifp->if_capenable & IFCAP_TOE)) {
2151 tdev = TOEDEV(nh4.nh_ifp);
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c454 if (ifp != NULL && ifp != nh4.nh_ifp)
534 if (ifp != NULL && ifp != nh6.nh_ifp)
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c533 if (nh4.nh_ifp == ifp)
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.c5369 ifp = nh6.nh_ifp;
5376 ifp = nh4.nh_ifp;
5455 ifp = nh4.nh_ifp;

Completed in 162 milliseconds