D | ip_vs.h | 238 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 241 pp->debug_packet(af, pp, skb, ofs, msg); \ 243 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 247 pp->debug_packet(af, pp, skb, ofs, msg); \ 254 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument 255 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
|