Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_tcpudp.h9 __u16 spts[2]; /* Source port range. */ member
26 __u16 spts[2]; /* Source port range. */ member
H A Dxt_dccp.h16 __u16 spts[2]; /* Min, Max */ member
H A Dxt_sctp.h23 __u16 spts[2]; /* Min, Max */ member
/openbmc/linux/net/netfilter/
H A Dxt_tcpudp.c99 if (!port_match(tcpinfo->spts[0], tcpinfo->spts[1], in tcp_mt()
151 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
H A Dxt_dccp.c111 return DCCHECK(ntohs(dh->dccph_sport) >= info->spts[0] in dccp_mt()
112 && ntohs(dh->dccph_sport) <= info->spts[1], in dccp_mt()
H A Dxt_sctp.c137 return SCCHECK(ntohs(sh->source) >= info->spts[0] in sctp_mt()
138 && ntohs(sh->source) <= info->spts[1], in sctp_mt()