Home
last modified time | relevance | path

Searched refs:IFT_INFINIBANDLAG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/
H A Dif_types.h242 IFT_INFINIBANDLAG = 0xc8, /* Infiniband Link Aggregate */ enumerator
H A Dif_infiniband.c531 if (ifp->if_type == IFT_INFINIBANDLAG) { in infiniband_input()
H A Dif_lagg.c774 if_type = IFT_INFINIBANDLAG; in lagg_port_create()
1023 case IFT_INFINIBANDLAG: in lagg_port_ioctl()
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c210 case IFT_INFINIBANDLAG: in convert_iftype()
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c593 lc->ifp->if_type == IFT_INFINIBANDLAG) { in _tcp_lro_flush_tcphpts()