udpinfo 133 net/netfilter/xt_tcpudp.c const struct xt_udp *udpinfo = par->matchinfo; udpinfo 148 net/netfilter/xt_tcpudp.c return port_match(udpinfo->spts[0], udpinfo->spts[1], udpinfo 150 net/netfilter/xt_tcpudp.c !!(udpinfo->invflags & XT_UDP_INV_SRCPT)) udpinfo 151 net/netfilter/xt_tcpudp.c && port_match(udpinfo->dpts[0], udpinfo->dpts[1], udpinfo 153 net/netfilter/xt_tcpudp.c !!(udpinfo->invflags & XT_UDP_INV_DSTPT)); udpinfo 158 net/netfilter/xt_tcpudp.c const struct xt_udp *udpinfo = par->matchinfo; udpinfo 161 net/netfilter/xt_tcpudp.c return (udpinfo->invflags & ~XT_UDP_INV_MASK) ? -EINVAL : 0;