port_match        133 net/netfilter/xt_conntrack.c 	    !port_match(info->origsrc_port, info->origsrc_port_high,
port_match        139 net/netfilter/xt_conntrack.c 	    !port_match(info->origdst_port, info->origdst_port_high,
port_match        147 net/netfilter/xt_conntrack.c 	    !port_match(info->replsrc_port, info->replsrc_port_high,
port_match        153 net/netfilter/xt_conntrack.c 	    !port_match(info->repldst_port, info->repldst_port_high,
port_match         96 net/netfilter/xt_tcpudp.c 	if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1],
port_match        100 net/netfilter/xt_tcpudp.c 	if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1],
port_match        148 net/netfilter/xt_tcpudp.c 	return port_match(udpinfo->spts[0], udpinfo->spts[1],
port_match        151 net/netfilter/xt_tcpudp.c 		&& port_match(udpinfo->dpts[0], udpinfo->dpts[1],