Home
last modified time | relevance | path

Searched refs:rtableid (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dpf.c2621 if (r != NULL && PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_tcp()
2622 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_tcp()
2761 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_icmp()
2762 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_icmp()
2991 unsigned int rtableid, struct pf_pdesc *pd) in pf_tag_packet() argument
2993 if (tag <= 0 && !PF_RTABLEID_IS_VALID(rtableid) && in pf_tag_packet()
3005 if (PF_RTABLEID_IS_VALID(rtableid)) { in pf_tag_packet()
3006 pf_mtag->pftag_rtableid = rtableid; in pf_tag_packet()
3665 unsigned int rtableid = IFSCOPE_NONE; in pf_match_translation() local
3735 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_match_translation()
[all …]
H A Dpfvar.h716 unsigned int rtableid; member
H A Dpf_ioctl.c465 pf_default_rule.rtableid = IFSCOPE_NONE; in pfinit()