Searched defs:ip_vs_service (Results 1 – 1 of 1) sorted by relevance
933 struct ip_vs_service { struct934 struct hlist_bl_node s_list; /* node in service table */935 u32 hash_key; /* Key for the hash table */936 u16 af; /* address family */937 __u16 protocol; /* which protocol (TCP/UDP) */939 union nf_inet_addr addr; /* IP address for virtual service */940 __u32 fwmark; /* firewall mark of the service */941 atomic_t refcnt; /* reference counter */942 __be16 port; /* port number for the service */943 unsigned int flags; /* service status flags */[all …]