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

/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_mtag.h56 pf_find_mtag(struct mbuf *m) function
H A Dpf_norm.c1005 pd.pf_mtag = pf_find_mtag(m);
H A Dpf.c6061 pd.pf_mtag = pf_find_mtag(m);
6445 pd.pf_mtag = pf_find_mtag(m);
/freebsd-12-stable/sys/net/
H A Dif_ethersubr.c387 ((t = pf_find_mtag(m)) == NULL || !t->routed)) {
/freebsd-12-stable/sys/net/altq/
H A Daltq_cbq.c512 if ((t = pf_find_mtag(m)) != NULL)
H A Daltq_fairq.c502 if ((t = pf_find_mtag(m)) != NULL) {
H A Daltq_priq.c489 if ((t = pf_find_mtag(m)) != NULL)
H A Daltq_red.c521 at = pf_find_mtag(m);
H A Daltq_hfsc.c710 if ((t = pf_find_mtag(m)) != NULL)
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c2413 at = pf_find_mtag(m);

Completed in 270 milliseconds