Home
last modified time | relevance | path

Searched defs:ip_vs_get_dests (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.h233 struct ip_vs_get_dests { struct
235 __u16 protocol;
236 __be32 addr; /* virtual address */
237 __be16 port;
238 __u32 fwmark; /* firwall mark of service */
241 unsigned int num_dests;
244 struct ip_vs_dest_entry entrytable[0];
/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.h233 struct ip_vs_get_dests { struct
235 __u16 protocol;
236 __be32 addr; /* virtual address */
237 __be16 port;
238 __u32 fwmark; /* firwall mark of service */
241 unsigned int num_dests;
244 struct ip_vs_dest_entry entrytable[0];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dip_vs.h246 struct ip_vs_get_dests { struct
248 __u16 protocol;
249 __be32 addr; /* virtual address */
250 __be16 port;
251 __u32 fwmark; /* firwall mark of service */
254 unsigned int num_dests;
257 struct ip_vs_dest_entry entrytable[0];