Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 25 of 102) sorted by relevance

12345

/Linux-v5.4/Documentation/networking/
Dvxlan.txt17 use of statically-configured forwarding entries.
29 entry in the forwarding table. The destination port number is set to
42 forwarding table using the new bridge command.
44 1. Create forwarding table entry
47 2. Delete forwarding table entry
50 3. Show forwarding table
Dnf_flowtable.txt10 Initial packets follow the classic forwarding path, once the flow enters the
16 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding
28 follow the classic forwarding path unless the user explicitly instruct packets
29 to use this new alternative forwarding path via nftables policy.
31 This is represented in Fig.1, which describes the classic forwarding path
66 through the classic forwarding path. The TTL is decremented before calling
67 neigh_xmit(). Fragmented traffic is passed up to follow the classic forwarding
99 forwarding bypass.
Dmpls-sysctl.txt5 possible to configure forwarding for label values equal to or
13 label will be recognized by the kernel and mpls forwarding
Ddevlink-trap.rst142 state of the ingress bridge port is not "forwarding"
151 forwarding the only port from which they should be transmitted through
193 layer 2 forwarding (i.e., bridge)
196 an exception (e.g., TTL error) during layer 3 forwarding
Dip_dynaddr.txt7 If enabled[*] and forwarding interface has changed:
Dswitchdev.txt8 model for switch devices which offload the forwarding (data) plane from the
143 router port, used to offload L3 forwarding. Two or more ports can be bonded
160 The idea is to offload the L2 data forwarding (switching) path from the kernel
162 FDB entry is the {port, MAC, VLAN} tuple forwarding destination.
304 The hardware implementation should be forwarding all registered multicast
311 the kernel, with the device doing the FIB lookup and forwarding. The device
/Linux-v5.4/samples/bpf/
Dtc_l2_redirect.sh11 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)
66 sysctl -q -w net.ipv6.conf.all.forwarding=1
79 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING
95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1
100 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
131 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1
137 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.sh130 ip netns exec ns1 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
131 ip netns exec ns2 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
132 ip netns exec ns3 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
133 ip netns exec ns4 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
134 ip netns exec ns5 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
/Linux-v5.4/net/decnet/
Ddn_dev.c173 .data = (void *)DN_DEV_PARMS_OFFSET(forwarding),
261 old = dn_db->parms.forwarding; in dn_forwarding_proc()
266 if (dn_db->parms.forwarding < 0) in dn_forwarding_proc()
267 dn_db->parms.forwarding = 0; in dn_forwarding_proc()
268 if (dn_db->parms.forwarding > 2) in dn_forwarding_proc()
269 dn_db->parms.forwarding = 2; in dn_forwarding_proc()
276 tmp = dn_db->parms.forwarding; in dn_forwarding_proc()
277 dn_db->parms.forwarding = old; in dn_forwarding_proc()
280 dn_db->parms.forwarding = tmp; in dn_forwarding_proc()
942 *ptr++ = dn_db->parms.forwarding == 1 ? in dn_send_router_hello()
[all …]
/Linux-v5.4/tools/testing/selftests/net/forwarding/
D.gitignore1 forwarding.config
Dlib.sh27 if [[ -f $relative_path/forwarding.config ]]; then
577 sysctl_set net.ipv4.conf.all.forwarding 1
578 sysctl_set net.ipv6.conf.all.forwarding 1
583 sysctl_restore net.ipv6.conf.all.forwarding
584 sysctl_restore net.ipv4.conf.all.forwarding
Dmirror_gre_lib.sh118 bridge link set dev $nbpdev state forwarding
/Linux-v5.4/tools/testing/selftests/netfilter/
Dbridge_brouter.sh82 ip netns exec ns0 sysctl -q net.ipv4.conf.veth0.forwarding=1
83 ip netns exec ns0 sysctl -q net.ipv4.conf.veth1.forwarding=1
Dnft_nat.sh369 ip netns exec ns0 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
470 ip netns exec ns0 sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
471 ip netns exec ns0 sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
570 ip netns exec ns0 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
651 ip netns exec ns0 sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
652 ip netns exec ns0 sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
Dconntrack_icmp_related.sh125 ip netns exec nsrouter1 sysctl -q net.ipv$i.conf.all.forwarding=1
126 ip netns exec nsrouter2 sysctl -q net.ipv$i.conf.all.forwarding=1
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Dresource_scale.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding
Ddevlink_resources.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding
/Linux-v5.4/tools/testing/selftests/net/
Dfib_nexthop_multiprefix.sh84 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
88 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
/Linux-v5.4/net/mpls/
DKconfig31 Add support for forwarding of mpls packets.
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap.sh8 lib_dir=$(dirname $0)/../../../net/forwarding
Dvxlan_fdb_veto.sh7 lib_dir=$(dirname $0)/../../../net/forwarding
/Linux-v5.4/include/net/
Dip.h439 bool forwarding) in ip_dst_mtu_maybe_forward() argument
445 !forwarding) in ip_dst_mtu_maybe_forward()
455 bool forwarding = IPCB(skb)->flags & IPSKB_FORWARDED; in ip_skb_dst_mtu() local
457 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()
Ddn_dev.h75 int forwarding; /* 0=EndNode, 1=L1Router, 2=L2Router */ member
/Linux-v5.4/drivers/ntb/
DKconfig20 Support using MSI interrupt forwarding instead of (or in addition to)
/Linux-v5.4/drivers/platform/chrome/wilco_ec/
DKconfig24 tristate "Enable event forwarding from EC to userspace"

12345