Searched refs:pf_mtag (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq.h173 extern u_int8_t read_dsfield(struct mbuf *, struct pf_mtag *);
174 extern void write_dsfield(struct mbuf *, struct pf_mtag *, u_int8_t);
175 extern int mark_ecn(struct mbuf *, struct pf_mtag *, int);
H A Dclassq_blue.h114 struct pf_mtag *);
H A Dclassq_red.h151 extern int red_addq(red_t *, class_queue_t *, struct mbuf *, struct pf_mtag *);
H A Dclassq_rio.h127 extern int rio_addq(rio_t *, class_queue_t *, struct mbuf *, struct pf_mtag *);
H A Dclassq_util.c90 read_dsfield(struct mbuf *m, struct pf_mtag *t)
140 write_dsfield(struct mbuf *m, struct pf_mtag *t, u_int8_t dsfield)
209 mark_ecn(struct mbuf *m, struct pf_mtag *t, int flags)
H A Dclassq_sfb.h157 struct pf_mtag *);
H A Dclassq_blue.c224 struct pf_mtag *tag)
H A Dclassq_red.c336 red_addq(red_t *rp, class_queue_t *q, struct mbuf *m, struct pf_mtag *tag)
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_forward.c140 struct pf_mtag *pf_mtag; local
162 pf_mtag = pf_find_mtag(m);
163 if (pf_mtag != NULL && pf_mtag->pftag_rtableid != IFSCOPE_NONE)
164 ifscope = pf_mtag->pftag_rtableid;
/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.h193 struct pf_mtag *);
H A Dpktsched_priq.h179 struct pf_mtag *);
H A Dpktsched_tcq.h151 struct pf_mtag *);
H A Dpktsched_fairq.h220 struct mbuf *, struct pf_mtag *);
H A Dpktsched_qfq.h294 struct pf_mtag *);
H A Dpktsched_rmclass.h302 extern int rmc_queue_packet(struct rm_class *, struct mbuf *, struct pf_mtag *);
H A Dpktsched_hfsc.h343 struct mbuf *, struct pf_mtag *);
H A Dpktsched_fairq.c149 struct pf_mtag *);
660 struct pf_mtag *t)
812 fairq_addq(struct fairq_class *cl, struct mbuf *m, struct pf_mtag *t)
H A Dpktsched_priq.c93 struct pf_mtag *);
563 struct pf_mtag *t)
672 priq_addq(struct priq_class *cl, struct mbuf *m, struct pf_mtag *t)
H A Dpktsched_rmclass.c115 static int _rmc_addq(rm_class_t *, struct mbuf *, struct pf_mtag *);
819 rmc_queue_packet(struct rm_class *cl, struct mbuf *m, struct pf_mtag *t)
1680 _rmc_addq(rm_class_t *cl, struct mbuf *m, struct pf_mtag *t)
H A Dpktsched_tcq.c63 struct pf_mtag *);
535 struct pf_mtag *t)
637 tcq_addq(struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t)
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c279 struct pf_mtag *, int *);
358 pd->pf_mtag = pf_find_mtag(m);
2394 struct pf_mtag *pf_mtag; local
2422 if ((pf_mtag = pf_get_mtag(m)) == NULL) {
2428 pf_mtag->pftag_flags |= PF_TAG_GENERATED;
2429 pf_mtag->pftag_tag = rtag;
2432 pf_mtag->pftag_rtableid = r->rtableid;
2436 pf_mtag->pftag_qid = r->qid;
2441 pf_mtag
2566 struct pf_mtag *pf_mtag; local
2793 pf_match_tag(struct mbuf *m, struct pf_rule *r, struct pf_mtag *pf_mtag, int *tag) argument
2805 pf_tag_packet(struct mbuf *m, struct pf_mtag *pf_mtag, int tag, unsigned int rtableid, struct pf_pdesc *pd) argument
7909 struct pf_mtag *pf_mtag; local
[all...]
H A Dpf_norm.c1663 pd->pf_mtag = pf_find_mtag(m);
1665 if (pd->pf_mtag == NULL) {
1667 if ((pd->pf_mtag = pf_get_mtag(m)) == NULL) {
1682 if (dir == PF_OUT && (pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
1712 pd->pf_mtag = pf_find_mtag(m);
1714 if (pd->pf_mtag == NULL) {
1716 if ((pd->pf_mtag = pf_get_mtag(m)) == NULL) {
1724 pd->pf_mtag->pftag_flags |= PF_TAG_FRAGCACHE;
2033 else if (dir == PF_IN || !(pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
2057 pd->pf_mtag
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h188 struct pf_mtag { struct
363 struct pf_mtag pf_mtag; /* built-in PF tag */ member in struct:pkthdr
493 #define m_pftag(_m) (&(_m)->m_pkthdr.pf_mtag)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c667 bzero(&m->m_pkthdr.pf_mtag, sizeof (m->m_pkthdr.pf_mtag));
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c2643 struct pf_mtag *pf_mtag; local
2682 pf_mtag = pf_find_mtag(m);
2683 if (pf_mtag != NULL && pf_mtag->pftag_rtableid != IFSCOPE_NONE) {
2684 ipoa.ipoa_boundif = pf_mtag->pftag_rtableid;

Completed in 296 milliseconds

12