Searched refs:PULLUP_HDR (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_tx_dqo.c | 319 #define PULLUP_HDR(m, len) \ macro 336 PULLUP_HDR(mbuf, sizeof(*eh)); in gve_prep_tso() 346 PULLUP_HDR(mbuf, l3_off + sizeof(*ip6)); in gve_prep_tso() 356 PULLUP_HDR(mbuf, l3_off + sizeof(*ip)); in gve_prep_tso() 363 PULLUP_HDR(mbuf, l4_off + sizeof(struct tcphdr *)); in gve_prep_tso()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 744 #define PULLUP_HDR(m, len) \ macro 765 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup() 778 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_tso_fixup() 783 PULLUP_HDR(m_head, ehlen + iphlen + sizeof(*th)); in hn_tso_fixup() 799 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_tso_fixup() 807 PULLUP_HDR(m_head, ehlen + sizeof(*ip6) + sizeof(*th)); in hn_tso_fixup() 826 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen() 839 PULLUP_HDR(m_head, ehlen + sizeof(*ip)); in hn_set_hlen() 858 PULLUP_HDR(m_head, off + sizeof(struct udphdr)); in hn_set_hlen() 873 PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); in hn_set_hlen() [all …]
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 684 #define PULLUP_HDR(m, len) \ macro 716 PULLUP_HDR(mbuf, ehlen + sizeof(*ip)); in mana_tso_fixup() 721 PULLUP_HDR(mbuf, ehlen + iphlen + sizeof(*th)); in mana_tso_fixup() 731 PULLUP_HDR(mbuf, ehlen + sizeof(*ip6) + sizeof(*th)); in mana_tso_fixup()
|