Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dxdp.h335 void xdp_warn(const char *msg, const char *func, const int line);
336 #define XDP_WARN(msg) xdp_warn(msg, __func__, __LINE__)
/linux-6.15/net/core/
H A Dxdp.c615 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() function
619 EXPORT_SYMBOL_GPL(xdp_warn);