Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip_vs.h675 struct ip_vs_service { struct
676 struct hlist_node s_list; /* for normal service table */
677 struct hlist_node f_list; /* for fwmark-based service table */
678 atomic_t refcnt; /* reference counter */
680 u16 af; /* address family */
681 __u16 protocol; /* which protocol (TCP/UDP) */
682 union nf_inet_addr addr; /* IP address for virtual service */
683 __be16 port; /* port number for the service */
684 __u32 fwmark; /* firewall mark of the service */
685 unsigned int flags; /* service status flags */
[all …]