Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh158 rval="$(${nsexec} bash -c "cat /proc/sys/net/vrf/strict_mode" | \
259 echo 0 >/proc/sys/net/vrf/strict_mode 2>/dev/null
403 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt4_l3vpn_test.sh478 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt6_l3vpn_test.sh483 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt46_l3vpn_test.sh555 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_hencap_red_l3vpn_test.sh848 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_x_next_csid_l3vpn_test.sh1179 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_next_csid_l3vpn_test.sh1111 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
/linux/drivers/net/
H A Dvrf.c90 bool strict_mode; member
264 if (vmap->strict_mode) { in vrf_map_register_dev()
330 if (!vmap->strict_mode) { in vrf_ifindex_lookup_by_table_id()
1840 vmap->strict_mode = false; in vrf_map_init()
1848 bool strict_mode; in vrf_strict_mode() local
1851 strict_mode = vmap->strict_mode; in vrf_strict_mode()
1854 return strict_mode; in vrf_strict_mode()
1864 cur_mode = &vmap->strict_mode; in vrf_strict_mode_change()