Searched refs:pf_match_port (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 165 else if (src->port_op && !pf_match_port(src->port_op, in pf_match_translation() 177 !pf_match_port(dst->port_op, dst->port[0], in pf_match_translation()
|
| H A D | pf_norm.c | 1347 else if (r->src.port_op && !pf_match_port(r->src.port_op, in pf_normalize_tcp() 1353 else if (r->dst.port_op && !pf_match_port(r->dst.port_op, in pf_normalize_tcp()
|
| H A D | pf_ioctl.c | 2407 pf_match_port(psk->psk_src.port_op, in pfioctl() 2411 pf_match_port(psk->psk_dst.port_op, in pfioctl()
|
| H A D | pf.c | 2880 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) in pf_match_port() function 3553 else if (r->src.port_op && !pf_match_port(r->src.port_op, in pf_test_rule() 3560 else if (r->dst.port_op && !pf_match_port(r->dst.port_op, in pf_test_rule()
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 1525 int pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
|