Home
last modified time | relevance | path

Searched refs:DEBUG_NET_WARN_ONCE (Results 1 – 3 of 3) 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/netfilter/
H A Dnf_conntrack_core.c2511 DEBUG_NET_WARN_ONCE(time_after(jiffies, start + 60 * HZ), in nf_conntrack_cleanup_net_list()
/linux/net/
H A Dsocket.c1610 DEBUG_NET_WARN_ONCE(sock->sk, in __sock_create()