Files
linux-cix/net
Eric Dumazet d268c1f5cf net: add CONFIG_DEBUG_NET
This config option enables network debugging checks.

This patch adds DEBUG_NET_WARN_ON_ONCE(cond)
Note that this is not a replacement for WARN_ON_ONCE(cond)
as (cond) is not evaluated if CONFIG_DEBUG_NET is not set.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-05-11 12:43:10 +01:00
..
2022-05-06 12:07:56 +01:00
2022-05-10 17:46:07 -07:00
2022-04-07 21:06:41 -07:00
2022-05-10 11:59:22 +02:00
2022-05-11 12:43:10 +01:00