| D | ip_vs.h | 241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 244 pp->debug_packet(af, pp, skb, ofs, msg); \ 246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 250 pp->debug_packet(af, pp, skb, ofs, msg); \ 257 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument 258 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
|