Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dip_vs.h480 struct ip_vs_dest { struct
481 struct list_head n_list; /* for the dests in the service */
482 struct list_head d_list; /* for table with all the dests */
484 __u32 addr; /* IP address of real server */
485 __u16 port; /* port number of the service */
486 unsigned flags; /* dest status flags */
487 atomic_t weight; /* server weight */
488 atomic_t conn_flags; /* flags to copy to conn */
489 atomic_t activeconns; /* active connections */
490 atomic_t inactconns; /* inactive connections */
[all …]