Searched refs:IPOIB_ENCAP_LEN (Results 1 – 4 of 4) sorted by relevance
111 IPOIB_ENCAP_LEN = 4, enumerator112 IPOIB_HEADER_LEN = IPOIB_ENCAP_LEN + INFINIBAND_ALEN,426 #define IPOIB_UD_MTU(ib_mtu) (ib_mtu - IPOIB_ENCAP_LEN)
562 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_handle_rx_wc()845 if (p->mtu <= IPOIB_ENCAP_LEN) { in ipoib_cm_rep_handler()847 p->mtu, IPOIB_ENCAP_LEN); in ipoib_cm_rep_handler()1264 m_adj(mb, IPOIB_ENCAP_LEN); in ipoib_cm_mb_reap()
497 if (unlikely(mb->m_pkthdr.len - IPOIB_ENCAP_LEN > priv->mcast_mtu)) { in ipoib_send()
599 switch (roundup_pow_of_two(dev->if_mtu + IPOIB_ENCAP_LEN)) { in path_rec_start()