Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnf_flowtable.rst13 Initial packets follow the classic forwarding path, once the flow enters the
19 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding
31 follow the classic forwarding path unless the user explicitly instruct packets
32 to use this new alternative forwarding path via nftables policy.
34 This is represented in Fig.1, which describes the classic forwarding path
71 through the classic forwarding path. The TTL is decremented before calling
72 neigh_xmit(). Fragmented traffic is passed up to follow the classic forwarding
104 forwarding bypass.
H A Dvxlan.rst20 use of statically-configured forwarding entries.
33 entry in the forwarding table. The destination port number is set to
48 forwarding table using the new bridge command.
50 1. Create forwarding table entry::
54 2. Delete forwarding table entry::
58 3. Show forwarding table::
H A Dmpls-sysctl.rst12 possible to configure forwarding for label values equal to or
20 label will be recognized by the kernel and mpls forwarding
/OK3568_Linux_fs/kernel/samples/bpf/
H A 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
/OK3568_Linux_fs/buildroot/package/radvd/
H A DS50radvd13 [ -f /proc/sys/net/ipv6/conf/all/forwarding ] || {
20 echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_dev.c173 .data = (void *)DN_DEV_PARMS_OFFSET(forwarding),
260 old = dn_db->parms.forwarding; in dn_forwarding_proc()
265 if (dn_db->parms.forwarding < 0) in dn_forwarding_proc()
266 dn_db->parms.forwarding = 0; in dn_forwarding_proc()
267 if (dn_db->parms.forwarding > 2) in dn_forwarding_proc()
268 dn_db->parms.forwarding = 2; in dn_forwarding_proc()
275 tmp = dn_db->parms.forwarding; in dn_forwarding_proc()
276 dn_db->parms.forwarding = old; in dn_forwarding_proc()
279 dn_db->parms.forwarding = tmp; in dn_forwarding_proc()
939 *ptr++ = dn_db->parms.forwarding == 1 ? in dn_send_router_hello()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/radvd/files/
H A Dradvd.init81 echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
121 echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dip6_forward_instats_vrf.sh130 sysctl -qw net.ipv6.conf.all.forwarding=0
133 sysctl -qw net.ipv6.conf.all.forwarding=1
H A D.gitignore2 forwarding.config
H A Dlib.sh29 if [[ -f $relative_path/forwarding.config ]]; then
746 sysctl_set net.ipv4.conf.all.forwarding 1
747 sysctl_set net.ipv6.conf.all.forwarding 1
752 sysctl_restore net.ipv6.conf.all.forwarding
753 sysctl_restore net.ipv4.conf.all.forwarding
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A 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
H A Dnft_nat.sh423 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
524 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
525 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
624 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
705 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
706 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
H A Dnft_queue.sh335 ip netns exec ${nsrouter} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
336 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
337 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh11 source ../../../net/forwarding/lib.sh
12 source ../../../net/forwarding/devlink_lib.sh
H A Dsch_tbf_prio.sh7 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dsch_tbf_root.sh7 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dsch_tbf_ets.sh7 lib_dir=$(dirname $0)/../../../net/forwarding
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0001-net-http-httputil-avoid-query-parameter-smuggling.patch8 Change ReverseProxy to avoid forwarding ignored query parameters.
15 This change preserves the existing behavior of forwarding the
125 + // query parameters before forwarding.
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh221 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
225 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
302 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
306 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
H A Dtraceroute.sh87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1
88 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1
/OK3568_Linux_fs/buildroot/package/igmpproxy/
H A DConfig.in8 for simple forwarding of Multicast traffic
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding
/OK3568_Linux_fs/buildroot/package/norm/
H A DConfig.in13 multicast routing and forwarding services.
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding

1234567891011