Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dxdp.h239 void xdp_warn(const char *msg, const char *func, const int line);
240 #define XDP_WARN(msg) xdp_warn(msg, __func__, __LINE__)
/linux-6.3-rc2/net/core/
A Dxdp.c599 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() function
603 EXPORT_SYMBOL_GPL(xdp_warn);

Completed in 6 milliseconds