Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dpf.c2716 if (r != NULL && PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_tcp()
2717 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_tcp()
2856 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_icmp()
2857 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_icmp()
3086 unsigned int rtableid, struct pf_pdesc *pd) in pf_tag_packet() argument
3088 if (tag <= 0 && !PF_RTABLEID_IS_VALID(rtableid) && in pf_tag_packet()
3100 if (PF_RTABLEID_IS_VALID(rtableid)) { in pf_tag_packet()
3101 pf_mtag->pftag_rtableid = rtableid; in pf_tag_packet()
3760 unsigned int rtableid = IFSCOPE_NONE; in pf_match_translation() local
3830 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_match_translation()
[all …]
H A Dpfvar.h727 unsigned int rtableid; member
H A Dpf_ioctl.c509 pf_default_rule.rtableid = IFSCOPE_NONE; in pfinit()