Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 7 of 7) sorted by relevance

/net/tipc/
Dtrace.h235 #define DEFINE_SK_EVENT_FILTER_COND(name, cond) \ argument
275 #define DEFINE_LINK_EVENT_COND(name, cond) \ argument
/net/netfilter/
Dxt_sctp.c21 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
Dxt_dccp.c27 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
Dnf_conntrack_h323_asn1.c24 #define IFTHEN(cond, act) if(cond){act;} argument
32 #define IFTHEN(cond, act) argument
/net/ipv4/
Dinet_diag.c692 const struct inet_diag_hostcond *cond; in inet_diag_bc_run() local
740 struct inet_diag_markcond *cond; in inet_diag_bc_run() local
850 struct inet_diag_hostcond *cond; in valid_hostcond() local
/net/wireless/
Dcore.h552 #define CFG80211_DEV_WARN_ON(cond) WARN_ON(cond) argument
559 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; }) argument
/net/dccp/
Ddccp.h27 #define DCCP_BUG_ON(cond) do { if (unlikely((cond) != 0)) \ argument