Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c251 dn_tag_get(struct mbuf *m) in dn_tag_get() function
441 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in ecn_mark()
563 pkt = dn_tag_get(m); in transmit_event()
593 struct dn_pkt_tag *dt = dn_tag_get(m); in extra_bits()
635 dn_tag_get(m)->output_time = dn_cfg.curr_time + s->link.delay ; in serve_sched()
651 dn_tag_get(m)->output_time += t; in serve_sched()
762 struct dn_pkt_tag *pkt = dn_tag_get(m); in dummynet_send()
H A Dip_dn_private.h410 struct dn_pkt_tag * dn_tag_get(struct mbuf *m);
H A Ddn_sched_fq_codel.c224 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in fq_codel_classify_flow()
H A Ddn_sched_fq_pie.c793 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in fq_pie_classify_flow()