Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dip_vs.h451 struct ip_vs_service { struct
452 struct list_head s_list; /* for normal service table */
453 struct list_head f_list; /* for fwmark-based service table */
454 atomic_t refcnt; /* reference counter */
455 atomic_t usecnt; /* use counter */
457 __u16 protocol; /* which protocol (TCP/UDP) */
458 __u32 addr; /* IP address for virtual service */
459 __u16 port; /* port number for the service */
460 __u32 fwmark; /* firewall mark of the service */
461 unsigned flags; /* service status flags */
[all …]