Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c2719 if (r != NULL && PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_tcp()
2720 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_tcp()
2859 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_icmp()
2860 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_icmp()
3089 unsigned int rtableid, struct pf_pdesc *pd) in pf_tag_packet() argument
3091 if (tag <= 0 && !PF_RTABLEID_IS_VALID(rtableid) && in pf_tag_packet()
3103 if (PF_RTABLEID_IS_VALID(rtableid)) { in pf_tag_packet()
3104 pf_mtag->pftag_rtableid = rtableid; in pf_tag_packet()
3763 unsigned int rtableid = IFSCOPE_NONE; in pf_match_translation() local
3833 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_match_translation()
[all …]
H A Dpfvar.h727 unsigned int rtableid; member
H A Dpf_ioctl.c510 pf_default_rule.rtableid = IFSCOPE_NONE; in pfinit()