Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A 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
/linux-6.15/net/
H A Dsocket.c1546 DEBUG_NET_WARN_ONCE(sock->sk, in __sock_create()