Home
last modified time | relevance | path

Searched refs:PULLUP_CHECK (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netgraph/
H A Dng_checksum.c291 #define PULLUP_CHECK(mbuf, length) do { \ macro
314 PULLUP_CHECK(m, sizeof(struct ip)); in checksum_ipv4()
355 PULLUP_CHECK(m, sizeof(struct tcphdr)); in checksum_ipv4()
376 PULLUP_CHECK(m, sizeof(struct udphdr)); in checksum_ipv4()
425 PULLUP_CHECK(m, sizeof(struct ip6_hdr)); in checksum_ipv6()
445 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6()
453 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6()
481 PULLUP_CHECK(m, sizeof(struct tcphdr)); in checksum_ipv6()
501 PULLUP_CHECK(m, sizeof(struct udphdr)); in checksum_ipv6()
536 #undef PULLUP_CHECK
[all …]
H A Dng_patch.c562 #define PULLUP_CHECK(mbuf, length) do { \ in ng_patch_rcvdata() macro
591 PULLUP_CHECK(m, sizeof(struct ether_header)); in ng_patch_rcvdata()
601 PULLUP_CHECK(m, sizeof(struct ng_patch_vlan_header)); in ng_patch_rcvdata()
627 #undef PULLUP_CHECK in ng_patch_rcvdata()