Home
last modified time | relevance | path

Searched refs:port_match (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/netfilter/
Dxt_tcpudp.c25 port_match(u_int16_t min, u_int16_t max, u_int16_t port, bool invert) in port_match() function
97 if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_mt()
101 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
150 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
153 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
Dxt_conntrack.c117 port_match(u16 min, u16 max, u16 port, bool invert) in port_match() function
136 !port_match(info->origsrc_port, info->origsrc_port_high, in ct_proto_port_check_v3()
142 !port_match(info->origdst_port, info->origdst_port_high, in ct_proto_port_check_v3()
150 !port_match(info->replsrc_port, info->replsrc_port_high, in ct_proto_port_check_v3()
156 !port_match(info->repldst_port, info->repldst_port_high, in ct_proto_port_check_v3()