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
552 size_t vars_table_size = ARRAY_SIZE(vs_vars_table);
558 ipvs->lblc_ctl_table = kmemdup(vs_vars_table,
559 sizeof(vs_vars_table),
569 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
738 size_t vars_table_size = ARRAY_SIZE(vs_vars_table);
744 ipvs->lblcr_ctl_table = kmemdup(vs_vars_table,
745 sizeof(vs_vars_table),
754 ipvs->lblcr_ctl_table = vs_vars_table;

Completed in 159 milliseconds