Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/netfilter/
A Dxt_tcpudp.h10 __u16 dpts[2]; /* Destination port range. */ member
27 __u16 dpts[2]; /* Destination port range. */ member
A Dxt_dccp.h15 __u16 dpts[2]; /* Min, Max */ member
A Dxt_sctp.h22 __u16 dpts[2]; /* Min, Max */ member
/linux-6.3-rc2/net/netfilter/
A Dxt_tcpudp.c100 if (!port_match(tcpinfo->dpts[0], tcpinfo->dpts[1], in tcp_mt()
151 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
A Dxt_dccp.c114 && DCCHECK(ntohs(dh->dccph_dport) >= info->dpts[0] in dccp_mt()
115 && ntohs(dh->dccph_dport) <= info->dpts[1], in dccp_mt()
A Dxt_sctp.c140 SCCHECK(ntohs(sh->dest) >= info->dpts[0] in sctp_mt()
141 && ntohs(sh->dest) <= info->dpts[1], in sctp_mt()

Completed in 8 milliseconds