Home
last modified time | relevance | path

Searched defs:ip_vs_dest_user (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.h146 struct ip_vs_dest_user { struct
148 __be32 addr;
149 __be16 port;
152 unsigned int conn_flags; /* connection flags */
153 int weight; /* destination weight */
156 __u32 u_threshold; /* upper threshold */
157 __u32 l_threshold; /* lower threshold */
/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.h146 struct ip_vs_dest_user { struct
148 __be32 addr;
149 __be16 port;
152 unsigned int conn_flags; /* connection flags */
153 int weight; /* destination weight */
156 __u32 u_threshold; /* upper threshold */
157 __u32 l_threshold; /* lower threshold */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dip_vs.h159 struct ip_vs_dest_user { struct
161 __be32 addr;
162 __be16 port;
165 unsigned int conn_flags; /* connection flags */
166 int weight; /* destination weight */
169 __u32 u_threshold; /* upper threshold */
170 __u32 l_threshold; /* lower threshold */