Searched refs:IP_VS_CONN_F_FWD_MASK (Results 1 – 2 of 2) sorted by relevance
/include/linux/ | ||
D | ip_vs.h | 73 #define IP_VS_CONN_F_FWD_MASK 0x0007 /* mask for the fwd methods */ macro |
/include/net/ | ||
D | ip_vs.h | 879 #define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK) |