Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dxt_dccp.c27 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
28 || (!!((invflag) & (option)) ^ (cond)))
A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
21 || (!!((invflag) & (option)) ^ (cond)))

Completed in 5 milliseconds