Searched refs:xdp_warn (Results 1 – 2 of 2) sorted by relevance
239 void xdp_warn(const char *msg, const char *func, const int line);240 #define XDP_WARN(msg) xdp_warn(msg, __func__, __LINE__)
599 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() function603 EXPORT_SYMBOL_GPL(xdp_warn);
Completed in 6 milliseconds