Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dip_vs.h193 struct ip_vs_service_entry { struct
195 __u16 protocol;
196 __be32 addr; /* virtual address */
197 __be16 port;
198 __u32 fwmark; /* firwall mark of service */
201 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
202 unsigned int flags; /* virtual service flags */
203 unsigned int timeout; /* persistent timeout */
204 __be32 netmask; /* persistent netmask */
207 unsigned int num_dests;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dip_vs.h193 struct ip_vs_service_entry { struct
195 __u16 protocol;
196 __be32 addr; /* virtual address */
197 __be16 port;
198 __u32 fwmark; /* firwall mark of service */
201 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
202 unsigned int flags; /* virtual service flags */
203 unsigned int timeout; /* persistent timeout */
204 __be32 netmask; /* persistent netmask */
207 unsigned int num_dests;
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dip_vs.h206 struct ip_vs_service_entry { struct
208 __u16 protocol;
209 __be32 addr; /* virtual address */
210 __be16 port;
211 __u32 fwmark; /* firwall mark of service */
214 char sched_name[IP_VS_SCHEDNAME_MAXLEN];
215 unsigned int flags; /* virtual service flags */
216 unsigned int timeout; /* persistent timeout */
217 __be32 netmask; /* persistent netmask */
220 unsigned int num_dests;
[all …]