Home
last modified time | relevance | path

Searched full:vrfs (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/networking/
H A Dvrf.rst11 routing and forwarding domains (aka VRFs, VRF-lite to be specific) in the
24 In addition, VRF devices allow VRFs to be nested within namespaces. For
73 A single l3mdev rule is sufficient for all VRFs. The VRF device adds the
148 outside and inside VRFs) in conjunction with ``net.ipv4.tcp_l3mdev_accept=1``
155 exclusively be handled by sockets bound to VRFs, as would be the case with
162 Using iproute2 for VRFs
175 covers all VRFs. The l3mdev rule is created for IPv4 and IPv6 on first
178 2. List VRFs
180 To list VRFs that have been created::
/linux/tools/testing/selftests/net/forwarding/
H A DREADME12 However, a similar kind of flexibility can be achieved by using VRFs and
26 The VRFs act as lightweight namespaces representing hosts connected to
/linux/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh106 log_test ${rc} 0 "${nsname}: add vrf ${vrfname}, ${cnt} vrfs for table ${vrftable}"
121 log_test ${rc} 2 "${nsname}: CANNOT add vrf ${vrfname}, ${cnt} vrfs for table ${vrftable}"
241 log_test ${strictmode} 0 "${nsname}: strict_mode=0 by default, ${vrfcnt} vrfs"
H A Dvrf_route_leaking.sh59 # while it is forwarded between different vrfs.
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dkconfig.c141 "VRFs are not supported (CONFIG_NET_VRF)",
/linux/drivers/net/
H A Dvrf.c76 * This means that no matter how many new vrfs will register on the
87 * from a table with exactly two associated vrfs.
96 struct list_head vrf_list; /* VRFs registered to this table */
256 /* vrfs cannot share the same table */ in vrf_map_register_dev()
1810 * vrfs that share one or more tables. in vrf_strict_mode_change()
1816 /* no tables are shared among vrfs, so we can go back in vrf_strict_mode_change()
/linux/net/ipv6/
H A Dip6_input.c454 /* skb->dev passed may be master dev for vrfs. */ in ip6_protocol_deliver_rcu()
565 /* skb->dev passed may be master dev for vrfs. */ in ip6_mc_input()
/linux/net/ipv4/
H A Ddevinet.c1395 /* For VRFs, the VRF device takes the place of the loopback device, in inet_select_addr()
H A Dipmr.c2197 /* skb->dev passed in is the loX master dev for vrfs. in ip_mr_input()