Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dxdp.h236 void xdp_warn(const char *msg, const char *func, const int line);
237 #define XDP_WARN(msg) xdp_warn(msg, __func__, __LINE__)
/Linux-v6.1/net/core/
Dxdp.c597 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() function
601 EXPORT_SYMBOL_GPL(xdp_warn);