Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dpf.c2678 if (r != NULL && PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_tcp()
2679 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_tcp()
2818 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_icmp()
2819 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_icmp()
3048 unsigned int rtableid, struct pf_pdesc *pd) in pf_tag_packet() argument
3050 if (tag <= 0 && !PF_RTABLEID_IS_VALID(rtableid) && in pf_tag_packet()
3062 if (PF_RTABLEID_IS_VALID(rtableid)) { in pf_tag_packet()
3063 pf_mtag->pftag_rtableid = rtableid; in pf_tag_packet()
3722 unsigned int rtableid = IFSCOPE_NONE; in pf_match_translation() local
3792 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_match_translation()
[all …]
H A Dpfvar.h716 unsigned int rtableid; member
H A Dpf_ioctl.c454 pf_default_rule.rtableid = IFSCOPE_NONE; in pfinit()