Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_tcpudp.c29 port_match(u_int16_t min, u_int16_t max, u_int16_t port, bool invert) in port_match() function
99 if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_mt()
103 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
151 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
154 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
H A Dxt_conntrack.c114 port_match(u16 min, u16 max, u16 port, bool invert) in port_match() function
133 !port_match(info->origsrc_port, info->origsrc_port_high, in ct_proto_port_check_v3()
139 !port_match(info->origdst_port, info->origdst_port_high, in ct_proto_port_check_v3()
147 !port_match(info->replsrc_port, info->replsrc_port_high, in ct_proto_port_check_v3()
153 !port_match(info->repldst_port, info->repldst_port_high, in ct_proto_port_check_v3()