Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_vs.h618 struct ip_vs_service { struct
619 struct hlist_node s_list; /* for normal service table */
620 struct hlist_node f_list; /* for fwmark-based service table */
621 atomic_t refcnt; /* reference counter */
623 u16 af; /* address family */
624 __u16 protocol; /* which protocol (TCP/UDP) */
625 union nf_inet_addr addr; /* IP address for virtual service */
626 __be16 port; /* port number for the service */
627 __u32 fwmark; /* firewall mark of the service */
628 unsigned int flags; /* service status flags */
[all …]