Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dip_vs.h608 struct ip_vs_service { struct
609 struct list_head s_list; /* for normal service table */
610 struct list_head f_list; /* for fwmark-based service table */
611 atomic_t refcnt; /* reference counter */
612 atomic_t usecnt; /* use counter */
614 u16 af; /* address family */
615 __u16 protocol; /* which protocol (TCP/UDP) */
616 union nf_inet_addr addr; /* IP address for virtual service */
617 __be16 port; /* port number for the service */
618 __u32 fwmark; /* firewall mark of the service */
[all …]