Home
last modified time | relevance | path

Searched refs:invflag (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/
Dxt_dccp.c30 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
31 || (!!((invflag) & (option)) ^ (cond)))
Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
21 || (!!((invflag) & (option)) ^ (cond)))