Home
last modified time | relevance | path

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

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