Home
last modified time | relevance | path

Searched refs:dpts (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h168 u_int16_t dpts[2]; /* Destination port range. */ member
186 u_int16_t dpts[2]; /* Destination port range. */ member
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6_tables.h174 u_int16_t dpts[2]; /* Destination port range. */ member
192 u_int16_t dpts[2]; /* Destination port range. */ member
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_tables.c1541 && port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_match()
1598 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_match()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1622 && port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_match()
1679 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_match()