Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfw/
H A Dip_dn_io.c237 dn_tag_get(struct mbuf *m) in dn_tag_get() function
427 ip = (struct ip *)mtodo(m, dn_tag_get(m)->iphdr_off); in ecn_mark()
572 pkt = dn_tag_get(m); in transmit_event()
606 struct dn_pkt_tag *dt = dn_tag_get(m); in extra_bits()
649 dn_tag_get(m)->output_time = V_dn_cfg.curr_time + s->link.delay ; in serve_sched()
667 dn_tag_get(m)->output_time += t; in serve_sched()
794 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()