Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_vs.h918 struct ip_vs_service { struct
919 struct hlist_bl_node s_list; /* node in service table */
920 u32 hash_key; /* Key for the hash table */
921 u16 af; /* address family */
922 __u16 protocol; /* which protocol (TCP/UDP) */
924 union nf_inet_addr addr; /* IP address for virtual service */
925 __u32 fwmark; /* firewall mark of the service */
926 atomic_t refcnt; /* reference counter */
927 __be16 port; /* port number for the service */
928 unsigned int flags; /* service status flags */
[all …]