Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh160 rval="$(${nsexec} bash -c "cat /proc/sys/net/vrf/strict_mode" | \
262 echo 0 >/proc/sys/net/vrf/strict_mode 2>/dev/null
406 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt4_l3vpn_test.sh484 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt6_l3vpn_test.sh487 if [ ! -e /proc/sys/net/vrf/strict_mode ]; then
H A Dsrv6_end_dt46_l3vpn_test.sh558 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_next_csid_l3vpn_test.sh1111 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
/openbmc/linux/drivers/net/
H A Dvrf.c89 bool strict_mode; member
290 if (vmap->strict_mode) { in vrf_map_register_dev()
356 if (!vmap->strict_mode) { in vrf_ifindex_lookup_by_table_id()
1861 vmap->strict_mode = false; in vrf_map_init()
1869 bool strict_mode; in vrf_strict_mode() local
1872 strict_mode = vmap->strict_mode; in vrf_strict_mode()
1875 return strict_mode; in vrf_strict_mode()
1885 cur_mode = &vmap->strict_mode; in vrf_strict_mode_change()