Home
last modified time | relevance | path

Searched refs:IFT_IEEE8023ADLAG (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/net/
H A Dif_types.h205 IFT_IEEE8023ADLAG = 0xa1, /* IEEE 802.3ad Link Aggregate*/ enumerator
H A Dif_lagg.c768 if_type = IFT_IEEE8023ADLAG; in lagg_port_create()
1022 case IFT_IEEE8023ADLAG: in lagg_port_ioctl()
H A Dif_ethersubr.c602 if (ifp->if_type == IFT_IEEE8023ADLAG) { in ether_input_internal()
H A Dif.c3897 case IFT_IEEE8023ADLAG: in if_setlladdr()
4014 case IFT_IEEE8023ADLAG: in if_gethwaddr()
/freebsd/sbin/ifconfig/
H A Daf_link.c133 sdl->sdl_type != IFT_IEEE8023ADLAG) || in link_status()
H A Difconfig_netlink.c208 case IFT_IEEE8023ADLAG: in convert_iftype()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_connect.c271 } else if (if_gettype(rt_ifp) == IFT_IEEE8023ADLAG) in t4_connect()
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c592 if (lc->ifp->if_type == IFT_IEEE8023ADLAG || in _tcp_lro_flush_tcphpts()
/freebsd/sys/netpfil/pf/
H A Dpf.c5169 case IFT_IEEE8023ADLAG: in pf_bridge_to()