Searched defs:cond (Results 1 – 7 of 7) sorted by relevance
/net/netfilter/ |
D | xt_sctp.c | 20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
|
D | xt_dccp.c | 30 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
|
D | nf_conntrack_h323_asn1.c | 27 #define IFTHEN(cond, act) if(cond){act;} argument 35 #define IFTHEN(cond, act) argument
|
/net/ipv4/ |
D | inet_diag.c | 550 const struct inet_diag_hostcond *cond; in inet_diag_bc_run() local 598 struct inet_diag_markcond *cond; in inet_diag_bc_run() local 692 struct inet_diag_hostcond *cond; in valid_hostcond() local
|
/net/irda/irnet/ |
D | irnet.h | 369 #define DABORT(cond, ret, dbg, args...) \ argument 375 #define DASSERT(cond, ret, dbg, args...) \ argument
|
/net/wireless/ |
D | core.h | 499 #define CFG80211_DEV_WARN_ON(cond) WARN_ON(cond) argument 506 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; }) argument
|
/net/dccp/ |
D | dccp.h | 30 #define DCCP_BUG_ON(cond) do { if (unlikely((cond) != 0)) \ argument
|