Home
last modified time | relevance | path

Searched defs:ip_vs_service_entry (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dip_vs.h181 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;
[all …]