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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c145 pf_mtag = pf_find_mtag(m);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1654 pd->pf_mtag = pf_find_mtag(m);
1657 printf("%s: pf_find_mtag returned NULL(1)\n", __func__);
1701 pd->pf_mtag = pf_find_mtag(m);
1704 printf("%s: pf_find_mtag returned NULL(2)\n", __func__);
H A Dpfvar.h2398 __private_extern__ struct pf_mtag *pf_find_mtag(struct mbuf *);
H A Dpf.c350 pd->pf_mtag = pf_find_mtag(m);
9254 pf_find_mtag(struct mbuf *m) function
9265 return (pf_find_mtag(m));
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c2400 pf_mtag = pf_find_mtag(m);

Completed in 108 milliseconds