Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dip_vs.h132 struct ip_vs_service_entry { struct
133 __u16 protocol;
134 __be32 addr;
135 __be16 port;
136 __u32 fwmark;
137 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
138 unsigned int flags;
139 unsigned int timeout;
140 __be32 netmask;
141 unsigned int num_dests;
[all …]