Home | History | Annotate | Download | only in net

Lines Matching refs:port_op

1354 		    cur->src.port_op != prev->src.port_op)
1361 cur->dst.port_op != prev->dst.port_op)
2559 else if (src->port_op && !pf_match_port(src->port_op,
2569 else if (dst != NULL && dst->port_op &&
2570 !pf_match_port(dst->port_op, dst->port[0],
3275 /* tcp/udp only. port_op always 0 in other cases */
3276 else if (r->src.port_op && !pf_match_port(r->src.port_op,
3282 /* tcp/udp only. port_op always 0 in other cases */
3283 else if (r->dst.port_op && !pf_match_port(r->dst.port_op,
3769 else if (r->src.port_op || r->dst.port_op ||