Lines Matching defs:ip_vs_service_entry
181 struct ip_vs_service_entry { struct
183 __u16 protocol;
184 __be32 addr; /* virtual address */
185 __be16 port;
186 __u32 fwmark; /* firwall mark of service */
189 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
190 unsigned flags; /* virtual service flags */
191 unsigned timeout; /* persistent timeout */
192 __be32 netmask; /* persistent netmask */
195 unsigned int num_dests;
198 struct ip_vs_stats_user stats;