Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh155 rval="$(${nsexec} bash -c "cat /proc/sys/net/vrf/strict_mode" | \
257 echo 0 >/proc/sys/net/vrf/strict_mode 2>/dev/null
383 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c87 bool strict_mode; member
298 if (vmap->strict_mode) { in vrf_map_register_dev()
364 if (!vmap->strict_mode) { in vrf_ifindex_lookup_by_table_id()
1814 vmap->strict_mode = false; in vrf_map_init()
1822 bool strict_mode; in vrf_strict_mode() local
1825 strict_mode = vmap->strict_mode; in vrf_strict_mode()
1828 return strict_mode; in vrf_strict_mode()
1838 cur_mode = &vmap->strict_mode; in vrf_strict_mode_change()