Searched refs:vs_vars_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblc.c118 static struct ctl_table vs_vars_table[] = { variable in typeref:struct:ctl_table
553 size_t vars_table_size = ARRAY_SIZE(vs_vars_table);
559 ipvs->lblc_ctl_table = kmemdup(vs_vars_table,
560 sizeof(vs_vars_table),
572 ipvs->lblc_ctl_table = vs_vars_table;
H A Dip_vs_lblcr.c289 static struct ctl_table vs_vars_table[] = { variable in typeref:struct:ctl_table
739 size_t vars_table_size = ARRAY_SIZE(vs_vars_table);
745 ipvs->lblcr_ctl_table = kmemdup(vs_vars_table,
746 sizeof(vs_vars_table),
757 ipvs->lblcr_ctl_table = vs_vars_table;

Completed in 230 milliseconds