Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf.c2735 if (r != NULL && PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_tcp()
2736 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_tcp()
2875 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_send_icmp()
2876 pf_mtag->pftag_rtableid = r->rtableid; in pf_send_icmp()
3105 unsigned int rtableid, struct pf_pdesc *pd) in pf_tag_packet() argument
3107 if (tag <= 0 && !PF_RTABLEID_IS_VALID(rtableid) && in pf_tag_packet()
3119 if (PF_RTABLEID_IS_VALID(rtableid)) { in pf_tag_packet()
3120 pf_mtag->pftag_rtableid = rtableid; in pf_tag_packet()
3779 unsigned int rtableid = IFSCOPE_NONE; in pf_match_translation() local
3849 if (PF_RTABLEID_IS_VALID(r->rtableid)) { in pf_match_translation()
[all …]
H A Dpfvar.h716 unsigned int rtableid; member
H A Dpf_ioctl.c509 pf_default_rule.rtableid = IFSCOPE_NONE; in pfinit()