Home
last modified time | relevance | path

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

/src/sys/dev/gve/
H A Dgve_tx_dqo.c333 #define PULLUP_HDR(m, len) \ macro
350 PULLUP_HDR(mbuf, sizeof(*eh)); in gve_prep_tso()
360 PULLUP_HDR(mbuf, l3_off + sizeof(*ip6)); in gve_prep_tso()
370 PULLUP_HDR(mbuf, l3_off + sizeof(*ip)); in gve_prep_tso()
377 PULLUP_HDR(mbuf, l4_off + sizeof(struct tcphdr *)); in gve_prep_tso()
/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c731 #define PULLUP_HDR(m, len) \ macro
752 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup()
765 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_tso_fixup()
770 PULLUP_HDR(m_head, ehlen + iphlen + sizeof(*th)); in hn_tso_fixup()
786 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_tso_fixup()
794 PULLUP_HDR(m_head, ehlen + sizeof(*ip6) + sizeof(*th)); in hn_tso_fixup()
813 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen()
826 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_set_hlen()
845 PULLUP_HDR(m_head, off + sizeof(struct udphdr)); in hn_set_hlen()
860 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_set_hlen()
[all …]
/src/sys/dev/mana/
H A Dmana_en.c679 #define PULLUP_HDR(m, len) \ macro
711 PULLUP_HDR(mbuf, ehlen + sizeof(*ip)); in mana_tso_fixup()
716 PULLUP_HDR(mbuf, ehlen + iphlen + sizeof(*th)); in mana_tso_fixup()
726 PULLUP_HDR(mbuf, ehlen + sizeof(*ip6) + sizeof(*th)); in mana_tso_fixup()