Home
last modified time | relevance | path

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

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