Searched refs:rt_ifp (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_connect.c | 247 if_t rt_ifp = nh->nh_ifp; in t4_connect() local 263 if (if_gettype(rt_ifp) == IFT_ETHER) in t4_connect() 264 vi = if_getsoftc(rt_ifp); in t4_connect() 265 else if (if_gettype(rt_ifp) == IFT_L2VLAN) { in t4_connect() 266 if_t ifp = VLAN_TRUNKDEV(rt_ifp); in t4_connect() 269 VLAN_TAG(rt_ifp, &vid); in t4_connect() 270 VLAN_PCP(rt_ifp, &pcp); in t4_connect() 271 } else if (if_gettype(rt_ifp) == IFT_IEEE8023ADLAG) in t4_connect() 293 toep->l2te = t4_l2t_get(vi->pi, rt_ifp, in t4_connect()
|
/freebsd/sbin/routed/ |
H A D | if.c | 419 && rt->rt_ifp != 0 in check_remote() 421 rt->rt_ifp->int_net, rt->rt_ifp->int_mask)) in check_remote() 1140 if (rt->rt_ifp != ifp in ifinit() 1210 ifp1 = rt->rt_ifp; in ifinit() 1286 && rt->rt_ifp == ifp) in check_net_syn() 1340 if ((rt->rt_ifp != ifp in addrouteforif() 1343 || rt->rt_ifp == 0 in addrouteforif() 1344 || (rt->rt_ifp->int_state & IS_BROKE))) { in addrouteforif()
|
H A D | trace.c | 679 rt->rt_ifp)); in trace_upslot() 781 0,0,0,0, AGE_RT(rt->rt_state, rt->rt_ifp)); in trace_change() 790 -(new->rts_ifp == rt->rt_ifp), in trace_change() 811 print_rts(rt->rt_spares, 0,0,0,0,AGE_RT(rt->rt_state,rt->rt_ifp)); in trace_add_del() 828 print_rts(&RT->rt_spares[0], 0,0,0,0, AGE_RT(RT->rt_state, RT->rt_ifp)); in walk_trace()
|
H A D | table.c | 1438 if (RT->rt_ifp != 0 && (RT->rt_ifp->int_state & IS_EXTERNAL)) in walk_kern() 1452 if (RT->rt_ifp == 0 in walk_kern() 1453 || (RT->rt_ifp->int_state & IS_REMOTE)) in walk_kern() 1922 if (ifp->int_addr == rt->rt_ifp->int_addr) { in rtbad_sub() 1998 if (RT->rt_ifp == 0 || !(RT->rt_ifp->int_state & IS_BROKE)) in walk_bad()
|
H A D | output.c | 445 && RT->rt_ifp != 0 in walk_supply() 446 && (RT->rt_ifp->int_state & IS_PASSIVE) in walk_supply() 684 ifp = rt->rt_ifp; in supply()
|
H A D | defs.h | 188 #define rt_ifp rt_spares[0].rts_ifp macro
|
/freebsd/tools/debugscripts/ |
H A D | netstat-anr.gdb | 109 if ($rte->rt_ifp != 0) 110 printf "%s", $rte->rt_ifp->if_xname
|
/freebsd/sys/net/ |
H A D | debugnet.c | 698 struct ifnet *rt_ifp; in debugnet_connect() local 732 rt_ifp = nh->nh_ifp; in debugnet_connect() 739 pcb->dp_ifp = rt_ifp; in debugnet_connect()
|