Lines Matching refs:ip_proto
5416 gen_port(compiler_state_t *cstate, int port, int ip_proto, int dir) in gen_port() argument
5439 switch (ip_proto) { in gen_port()
5443 b1 = gen_portop(cstate, port, ip_proto, dir); in gen_port()
5501 gen_port6(compiler_state_t *cstate, int port, int ip_proto, int dir) in gen_port6() argument
5508 switch (ip_proto) { in gen_port6()
5512 b1 = gen_portop6(cstate, port, ip_proto, dir); in gen_port6()
5598 gen_portrange(compiler_state_t *cstate, int port1, int port2, int ip_proto, in gen_portrange() argument
5606 switch (ip_proto) { in gen_portrange()
5610 b1 = gen_portrangeop(cstate, port1, port2, ip_proto, dir); in gen_portrange()
5694 gen_portrange6(compiler_state_t *cstate, int port1, int port2, int ip_proto, in gen_portrange6() argument
5702 switch (ip_proto) { in gen_portrange6()
5706 b1 = gen_portrangeop6(cstate, port1, port2, ip_proto, dir); in gen_portrange6()