Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h377 uint16_t iphdr_off; /* IP header offset for mtodo() */ member
H A Dip_dn_io.c423 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in ecn_mark()
890 dt->iphdr_off = (dir & PROTO_LAYER2) ? ETHER_HDR_LEN : 0; in tag_mbuf()
H A Ddn_sched_fq_codel.c223 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in fq_codel_classify_flow()
H A Ddn_sched_fq_pie.c795 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in fq_pie_classify_flow()