Home
last modified time | relevance | path

Searched refs:u_threshold (Results 1 – 7 of 7) 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.h156 __u32 u_threshold; /* upper threshold */ member
220 __u32 u_threshold; /* upper threshold */ member
/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.h156 __u32 u_threshold; /* upper threshold */ member
220 __u32 u_threshold; /* upper threshold */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dip_vs.h169 __u32 u_threshold; /* upper threshold */ member
233 __u32 u_threshold; /* upper threshold */ member
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0297.c402 int u_threshold; in stv0297_set_frontend() local
491 u_threshold = stv0297_readreg(state, 0x00) & 0xf; in stv0297_set_frontend()
496 stv0297_writereg_mask(state, 0x00, 0x0f, u_threshold); in stv0297_set_frontend()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_ctl.c932 if (udest->u_threshold == 0 || udest->u_threshold > dest->u_threshold) in __ip_vs_update_dest()
934 dest->u_threshold = udest->u_threshold; in __ip_vs_update_dest()
1052 if (udest->l_threshold > udest->u_threshold) { in ip_vs_add_dest()
1123 if (udest->l_threshold > udest->u_threshold) { in ip_vs_edit_dest()
2447 udest->u_threshold = udest_compat->u_threshold; in ip_vs_copy_udest_compat()
2709 entry.u_threshold = dest->u_threshold; in __ip_vs_get_dest_entries()
3311 nla_put_u32(skb, IPVS_DEST_ATTR_U_THRESH, dest->u_threshold) || in ip_vs_genl_fill_dest()
3448 udest->u_threshold = nla_get_u32(nla_u_thresh); in ip_vs_genl_parse_dest()
H A Dip_vs_conn.c641 if (dest->u_threshold != 0 && in ip_vs_bind_dest()
642 ip_vs_dest_totalconns(dest) >= dest->u_threshold) in ip_vs_bind_dest()
740 } else if (dest->u_threshold != 0) { in ip_vs_unbind_dest()
741 if (ip_vs_dest_totalconns(dest) * 4 < dest->u_threshold * 3) in ip_vs_unbind_dest()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_vs.h596 u32 u_threshold; /* upper threshold */ member
677 __u32 u_threshold; /* upper threshold */ member