Searched refs:iphdr_off (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h387 uint16_t iphdr_off; /* IP header offset for mtodo() */ member in struct:dn_pkt_tag
H A Dip_dn_io.c424 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off);
848 dt->iphdr_off = (dir & PROTO_LAYER2) ? ETHER_HDR_LEN : 0;
H A Ddn_sched_fq_codel.c222 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off);
H A Ddn_sched_fq_pie.c796 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off);

Completed in 189 milliseconds