Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_tcpudp.h9 __u16 dpts[2]; /* Destination port range. */ member
26 __u16 dpts[2]; /* Destination port range. */ member
Dxt_dccp.h14 __u16 dpts[2]; /* Min, Max */ member
Dxt_sctp.h21 __u16 dpts[2]; /* Min, Max */ member
/linux-4.4.14/net/netfilter/
Dxt_tcpudp.c101 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
153 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
Dxt_dccp.c117 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()
118 && ntohs(dh->dccph_dport) <= info->dpts[1], in dccp_mt()
Dxt_sctp.c140 && SCCHECK(ntohs(sh->dest) >= info->dpts[0] in sctp_mt()
141 && ntohs(sh->dest) <= info->dpts[1], in sctp_mt()