Lines Matching defs:ip_vs_service_entry
192 struct ip_vs_service_entry { struct
194 __u16 protocol;
195 __be32 addr; /* virtual address */
196 __be16 port;
197 __u32 fwmark; /* firwall mark of service */
200 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
201 unsigned int flags; /* virtual service flags */
202 unsigned int timeout; /* persistent timeout */
203 __be32 netmask; /* persistent netmask */
206 unsigned int num_dests;
209 struct ip_vs_stats_user stats;