Home
last modified time | relevance | path

Searched refs:proc_strict_mode (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dvrf.c1826 int proc_strict_mode = 0; in vrf_strict_mode()
1829 .data = &proc_strict_mode, in vrf_strict_mode()
1838 proc_strict_mode = vrf_strict_mode(vmap); in vrf_strict_mode_change()
1843 ret = vrf_strict_mode_change(vmap, (bool)proc_strict_mode); in vrf_strict_mode_change()
1876 int proc_strict_mode = 0; vrf_shared_table_handler() local