Searched refs:pf_find_mtag (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_forward.c162 pf_mtag = pf_find_mtag(m);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c1663 pd->pf_mtag = pf_find_mtag(m);
1666 printf("%s: pf_find_mtag returned NULL(1)\n", __func__);
1712 pd->pf_mtag = pf_find_mtag(m);
1715 printf("%s: pf_find_mtag returned NULL(2)\n", __func__);
H A Dpfvar.h2400 __private_extern__ struct pf_mtag *pf_find_mtag(struct mbuf *);
H A Dpf.c358 pd->pf_mtag = pf_find_mtag(m);
9283 pf_find_mtag(struct mbuf *m) function
9294 return (pf_find_mtag(m));
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c2682 pf_mtag = pf_find_mtag(m);

Completed in 273 milliseconds