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