Searched refs:dpts (Results 1 – 6 of 6) sorted by relevance
9 __u16 dpts[2]; /* Destination port range. */ member26 __u16 dpts[2]; /* Destination port range. */ member
14 __u16 dpts[2]; /* Min, Max */ member
21 __u16 dpts[2]; /* Min, Max */ member
101 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()153 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
117 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()118 && 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()