Home
last modified time | relevance | path

Searched refs:ib_protocol (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_infiniband.c134 eh.ether_type = ibh->ib_protocol; in infiniband_bpf_mtap()
213 ih->ib_protocol = etype; in infiniband_requestencap()
248 ih->ib_protocol = htons(ETHERTYPE_IP); in infiniband_resolve_addr()
261 ih->ib_protocol = htons(ETHERTYPE_IPV6); in infiniband_resolve_addr()
462 switch (ibh->ib_protocol) { in infiniband_input()
H A Dinfiniband.h54 uint16_t ib_protocol; /* big endian */ member
/f-stack/freebsd/kern/
H A Duipc_mbufhash.c206 etype = ntohs(ibh->ib_protocol); in m_infiniband_tcpip_hash()