Searched refs:dpts (Results 1 – 6 of 6) sorted by relevance
10 __u16 dpts[2]; /* Destination port range. */ member27 __u16 dpts[2]; /* Destination port range. */ member
15 __u16 dpts[2]; /* Min, Max */ member
22 __u16 dpts[2]; /* Min, Max */ member
103 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()154 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
114 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()115 && ntohs(dh->dccph_dport) <= info->dpts[1], in dccp_mt()
140 SCCHECK(ntohs(sh->dest) >= info->dpts[0] in sctp_mt()141 && ntohs(sh->dest) <= info->dpts[1], in sctp_mt()