Searched refs:PULLUP_CHECK (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_checksum.c | 293 #define PULLUP_CHECK(mbuf, length) do { \ macro 316 PULLUP_CHECK(m, sizeof(struct ip)); in checksum_ipv4() 357 PULLUP_CHECK(m, sizeof(struct tcphdr)); in checksum_ipv4() 378 PULLUP_CHECK(m, sizeof(struct udphdr)); in checksum_ipv4() 427 PULLUP_CHECK(m, sizeof(struct ip6_hdr)); in checksum_ipv6() 447 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6() 455 PULLUP_CHECK(m, sizeof(struct ip6_ext)); in checksum_ipv6() 483 PULLUP_CHECK(m, sizeof(struct tcphdr)); in checksum_ipv6() 503 PULLUP_CHECK(m, sizeof(struct udphdr)); in checksum_ipv6() 538 #undef PULLUP_CHECK [all …]
|
| H A D | ng_patch.c | 564 #define PULLUP_CHECK(mbuf, length) do { \ in ng_patch_rcvdata() macro 593 PULLUP_CHECK(m, sizeof(struct ether_header)); in ng_patch_rcvdata() 603 PULLUP_CHECK(m, sizeof(struct ng_patch_vlan_header)); in ng_patch_rcvdata() 629 #undef PULLUP_CHECK in ng_patch_rcvdata()
|