Searched defs:ip_vs_service (Results 1 – 1 of 1) sorted by relevance
693 struct ip_vs_service { struct696 atomic_t refcnt; /* reference counter */698 u16 af; /* address family */699 __u16 protocol; /* which protocol (TCP/UDP) */703 unsigned int flags; /* service status flags */706 struct netns_ipvs *ipvs;709 __u32 num_dests; /* number of servers */714 spinlock_t sched_lock; /* lock sched_data */718 struct ip_vs_pe __rcu *pe;719 int conntrack_afmask;[all …]
Completed in 9 milliseconds