Lines Matching defs:ip_vs_service_entry
206 struct ip_vs_service_entry { struct
208 __u16 protocol;
209 __be32 addr; /* virtual address */
210 __be16 port;
211 __u32 fwmark; /* firwall mark of service */
214 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
215 unsigned int flags; /* virtual service flags */
216 unsigned int timeout; /* persistent timeout */
217 __be32 netmask; /* persistent netmask */
220 unsigned int num_dests;
223 struct ip_vs_stats_user stats;