Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dnet_debug.h153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format)) macro
156 #define DEBUG_NET_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) macro