Lines Matching refs:drop_hdrlen
140 uint16_t drop_hdrlen; in ctf_get_enet_type() local
180 drop_hdrlen = sizeof(*ip6); in ctf_get_enet_type()
191 th->th_sum = in6_cksum(m, IPPROTO_TCP, drop_hdrlen, tlen); in ctf_get_enet_type()
212 drop_hdrlen = sizeof(*ip); in ctf_get_enet_type()
229 len = drop_hdrlen + tlen; in ctf_get_enet_type()
363 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local
393 drop_hdrlen = sizeof(*ip6); in ctf_process_inbound_raw()
401 drop_hdrlen = sizeof(*ip); in ctf_process_inbound_raw()
418 drop_hdrlen += off; in ctf_process_inbound_raw()
434 drop_hdrlen = 0; in ctf_process_inbound_raw()
448 drop_hdrlen, tlen, iptos, nxt_pkt, &tv); in ctf_process_inbound_raw()
549 int32_t *thf, int32_t *drop_hdrlen, int32_t *ret_val) in ctf_drop_checks() argument
604 *drop_hdrlen += todrop; /* drop from the top afterwards */ in ctf_drop_checks()