M_CHECK
M_CHECK(sizeof(struct ether_header));
M_CHECK(sizeof(struct ip));
M_CHECK(sizeof(struct ether_vlan_header) -
M_CHECK(sizeof(struct ip));
M_CHECK(sizeof(struct ip));
M_CHECK(sizeof(struct tcphdr));
M_CHECK(sizeof(struct udphdr));
M_CHECK(sizeof(struct ip));
M_CHECK(iphlen - sizeof(struct ip) + sizeof(struct tcphdr));
M_CHECK(tcphlen - sizeof(struct tcphdr));