Searched defs:ip_vs_service (Results 1 – 1 of 1) sorted by relevance
612 struct ip_vs_service { struct613 struct hlist_node s_list; /* for normal service table */614 struct hlist_node f_list; /* for fwmark-based service table */615 atomic_t refcnt; /* reference counter */617 u16 af; /* address family */618 __u16 protocol; /* which protocol (TCP/UDP) */619 union nf_inet_addr addr; /* IP address for virtual service */620 __be16 port; /* port number for the service */621 __u32 fwmark; /* firewall mark of the service */622 unsigned int flags; /* service status flags */[all …]