Searched refs:SCCHECK (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/netfilter/
H A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ macro
137 return SCCHECK(ntohs(sh->source) >= info->spts[0] sctp_mt()
140 && SCCHECK(ntohs(sh->dest) >= info->dpts[0] sctp_mt()
143 && SCCHECK(match_packet(skb, par->thoff + sizeof(sctp_sctphdr_t), sctp_mt()

Completed in 100 milliseconds