Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/
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
/Linux-v5.10/drivers/net/
Dvrf.c86 bool strict_mode; member
297 if (vmap->strict_mode) { in vrf_map_register_dev()
363 if (!vmap->strict_mode) { in vrf_ifindex_lookup_by_table_id()
1794 vmap->strict_mode = false; in vrf_map_init()
1802 bool strict_mode; in vrf_strict_mode() local
1805 strict_mode = vmap->strict_mode; in vrf_strict_mode()
1808 return strict_mode; in vrf_strict_mode()
1818 cur_mode = &vmap->strict_mode; in vrf_strict_mode_change()