Home
last modified time | relevance | path

Searched refs:pf_match_xport (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dpf_norm.c2628 !pf_match_xport(r->src.xport.range.op, r->proto_variant, in pf_normalize_tcp()
2635 !pf_match_xport(r->dst.xport.range.op, r->proto_variant, in pf_normalize_tcp()
H A Dpfvar.h2238 __private_extern__ int pf_match_xport(u_int8_t, u_int8_t, union pf_rule_xport *,
H A Dpf_ioctl.c3453 (pf_match_xport(psk->psk_proto, in pfioctl_ioc_state_kill()
3456 (pf_match_xport(psk->psk_proto, in pfioctl_ioc_state_kill()
H A Dpf.c2980 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, in pf_match_xport() function
3766 !pf_match_xport(r->proto, r->proto_variant, &rdrxport, in pf_match_translation()
3769 } else if (!xsrc && !pf_match_xport(r->proto, in pf_match_translation()
3779 } else if (dst && !pf_match_xport(r->proto, r->proto_variant, in pf_match_translation()