Searched refs:udpinfo (Results 1 – 2 of 2) sorted by relevance
1583 const struct ipt_udp *udpinfo = matchinfo; in udp_match() local1595 && port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_match()1597 !!(udpinfo->invflags & IPT_UDP_INV_SRCPT)) in udp_match()1598 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_match()1600 !!(udpinfo->invflags & IPT_UDP_INV_DSTPT)); in udp_match()1611 const struct ipt_udp *udpinfo = matchinfo; in udp_checkentry() local1624 if (udpinfo->invflags & ~IPT_UDP_INV_MASK) { in udp_checkentry()1626 udpinfo->invflags); in udp_checkentry()
1664 const struct ip6t_udp *udpinfo = matchinfo; in udp_match() local1676 && port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_match()1678 !!(udpinfo->invflags & IP6T_UDP_INV_SRCPT)) in udp_match()1679 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_match()1681 !!(udpinfo->invflags & IP6T_UDP_INV_DSTPT)); in udp_match()1692 const struct ip6t_udp *udpinfo = matchinfo; in udp_checkentry() local1705 if (udpinfo->invflags & ~IP6T_UDP_INV_MASK) { in udp_checkentry()1707 udpinfo->invflags); in udp_checkentry()