Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c233 dn_tag_get(struct mbuf *m) in dn_tag_get() function
423 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in ecn_mark()
567 pkt = dn_tag_get(m); in transmit_event()
601 struct dn_pkt_tag *dt = dn_tag_get(m); in extra_bits()
644 dn_tag_get(m)->output_time = V_dn_cfg.curr_time + s->link.delay ; in serve_sched()
662 dn_tag_get(m)->output_time += t; in serve_sched()
789 struct dn_pkt_tag *pkt = dn_tag_get(m); in dummynet_send()
H A Dip_dn_private.h413 struct dn_pkt_tag * dn_tag_get(struct mbuf *m);
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.c798 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in fq_pie_classify_flow()