Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_tables.c1583 const struct ipt_udp *udpinfo = matchinfo; in udp_match() local
1595 && 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() local
1624 if (udpinfo->invflags & ~IPT_UDP_INV_MASK) { in udp_checkentry()
1626 udpinfo->invflags); in udp_checkentry()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1664 const struct ip6t_udp *udpinfo = matchinfo; in udp_match() local
1676 && 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() local
1705 if (udpinfo->invflags & ~IP6T_UDP_INV_MASK) { in udp_checkentry()
1707 udpinfo->invflags); in udp_checkentry()