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

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

Completed in 1724 milliseconds