Home
last modified time | relevance | path

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

/include/net/
Dip_vs.h432 struct ip_vs_service { struct
433 struct list_head s_list; /* for normal service table */
434 struct list_head f_list; /* for fwmark-based service table */
435 atomic_t refcnt; /* reference counter */
436 atomic_t usecnt; /* use counter */
438 u16 af; /* address family */
439 __u16 protocol; /* which protocol (TCP/UDP) */
440 union nf_inet_addr addr; /* IP address for virtual service */
441 __be16 port; /* port number for the service */
442 __u32 fwmark; /* firewall mark of the service */
[all …]