Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Dvxlan.txt17 forwarding entries can be configured statically.
29 no entry is in the forwarding table.
38 forwarding table using the new bridge command.
40 1. Create forwarding table entry
43 2. Delete forwarding table entry
46 3. Show forwarding table
Dmpls-sysctl.txt5 possible to configure forwarding for label values equal to or
13 label will be recognized by the kernel and mpls forwarding
Dip_dynaddr.txt7 If enabled[*] and forwarding interface has changed:
Dip-sysctl.txt47 By default we don't trust protocol path MTUs while forwarding
918 forwarding for the interface is enabled
921 case forwarding for the interface is disabled
926 forwarding - BOOLEAN
927 Enable IP forwarding on this interface.
1260 [XXX: Other special features than forwarding?]
1262 conf/all/forwarding - BOOLEAN
1263 Enable global IPv6 forwarding between all interfaces.
1269 'forwarding' to the specified value. See below for details.
1271 This referred to as global forwarding.
[all …]
Ddecnet.txt73 using /proc/sys/net/decnet/conf/<dev>/forwarding. This file can be
140 (see /proc/sys/net/decnet/conf/<dev>/forwarding)
Dieee802154.txt134 a Mesh Addressing header to support sub-IP forwarding, a Fragmentation header
Dskfp.txt104 forwarding or there is a problem with the routing table
Dopenvswitch.txt60 but the forwarding behavior is correct. (If userspace can
62 forwarding behavior, then it could set up a flow anyway.)
Dipvs-sysctl.txt116 before forwarding them to real servers. If the rate is 1, then
Darcnet.txt466 remember) and all the forwarding happens "automagically" between the two
Dbonding.txt647 forwarding delay so that the ARP Replies sent to the
2474 is a side effect of how many switches update their MAC forwarding
2477 traffic to all ports until its MAC forwarding table is updated. Since
2485 behavior, it can be induced by clearing the MAC forwarding table (on
/linux-4.1.27/net/decnet/
Ddn_dev.c172 .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()
937 *ptr++ = dn_db->parms.forwarding == 1 ? in dn_send_router_hello()
[all …]
Ddn_route.c1399 if (dn_db->parms.forwarding == 0) in dn_route_input_slow()
/linux-4.1.27/Documentation/isdn/
DREADME.diversion44 The i4l diversion services offers call forwarding and logging normally
51 forwarding reason is met. Activated static services may also be
54 call forwarding which is not preprogrammed inside the providers exchange
86 enables the feature CF (call forwarding). This should work on both MSN- and
DINTERFACE.CAPI16 application registration to an available device, forwarding it to the
65 Kernel CAPI for forwarding to an application, specifying its ApplID.
269 for forwarding to the specified application
/linux-4.1.27/net/mpls/
DKconfig28 Add support for forwarding of mpls packets.
/linux-4.1.27/include/net/
Dip.h300 bool forwarding) in ip_dst_mtu_maybe_forward() argument
306 !forwarding) in ip_dst_mtu_maybe_forward()
315 bool forwarding = IPCB(skb)->flags & IPSKB_FORWARDED; in ip_skb_dst_mtu() local
316 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()
Ddn_dev.h74 int forwarding; /* 0=EndNode, 1=L1Router, 2=L2Router */ member
Dipv6.h316 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c36 static char *forwarding = ""; variable
37 module_param(forwarding, charp, 0444);
38 MODULE_PARM_DESC(forwarding, "Explicitly enable/disable forwarding between networks");
1444 if (!strcmp(forwarding, "")) { in lnet_rtrpools_alloc()
1448 } else if (!strcmp(forwarding, "disabled")) { in lnet_rtrpools_alloc()
1451 } else if (!strcmp(forwarding, "enabled")) { in lnet_rtrpools_alloc()
/linux-4.1.27/net/ipv4/netfilter/
DKconfig90 The IPv4 NAT option allows masquerading, port forwarding and other
169 The packet filtering and full NAT (masquerading, port forwarding,
221 rules for simple packet filtering at local input, forwarding and
261 port forwarding and other forms of full Network Address Port
/linux-4.1.27/net/openvswitch/
DKconfig22 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt28 forwarding is invisible to the initiator. The storage layout is also
90 forwarding the request to the specific path. Typically it is zero.
Ddm-log.txt40 so log implementations can be done there. This is done by forwarding most
/linux-4.1.27/net/ipv6/
Danycast.c60 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join()
110 ishost = !idev->cnf.forwarding; in ipv6_sock_ac_join()
Daddrconf.c177 .forwarding = 0,
219 .forwarding = 0,
361 if (ndev->cnf.forwarding) in ipv6_add_dev()
435 if (ndev->cnf.forwarding && (dev->flags & IFF_MULTICAST)) in ipv6_add_dev()
504 nla_put_s32(skb, NETCONFA_FORWARDING, devconf->forwarding) < 0) in inet6_netconf_fill_devconf()
695 if (idev->cnf.forwarding) in dev_forward_change()
698 if (idev->cnf.forwarding) { in dev_forward_change()
712 if (idev->cnf.forwarding) in dev_forward_change()
730 int changed = (!idev->cnf.forwarding) ^ (!newf); in addrconf_forward_change()
731 idev->cnf.forwarding = newf; in addrconf_forward_change()
[all …]
Dndisc.c545 /*router=*/ !!idev->cnf.forwarding, in ndisc_send_unsol_na()
800 (idev->cnf.forwarding && in ndisc_recv_ns()
824 is_router = idev->cnf.forwarding; in ndisc_recv_ns()
941 net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp && in ndisc_recv_na()
986 if (!idev->cnf.forwarding) in ndisc_recv_rs()
DKconfig237 Experimental support for IPv6 multicast forwarding.
Dip6_output.c373 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
Droute.c925 if (net->ipv6.devconf_all->forwarding == 0) in ip6_pol_route()
1868 if (in6_dev->cnf.forwarding || !in6_dev->cnf.accept_redirects) in rt6_do_redirect()
Dmcast.c2559 if (idev->cnf.forwarding) in ipv6_mc_destroy_dev()
/linux-4.1.27/net/ipv6/netfilter/
DKconfig68 The IPv6 NAT option allows masquerading, port forwarding and other
221 rules for simple packet filtering at local input, forwarding and
291 port forwarding and other forms of full Network Address Port
/linux-4.1.27/drivers/isdn/
DKconfig52 as well as ISDN supplementary services like call forwarding or
/linux-4.1.27/include/linux/
Dipv6.h12 __s32 forwarding; member
/linux-4.1.27/net/ipx/
DKconfig53 internal IPX network the cross-forwarding of packets targeted at
/linux-4.1.27/Documentation/scsi/
Dcxgb3i.txt36 the digests, then forwarding the header to the host. The payload data,
/linux-4.1.27/Documentation/
Dvgaarbiter.txt129 forwarding on P2P bridges if necessary, so that the requested resources can
131 Memory access is enabled on the card (including VGA forwarding on parent
Dkernel-docs.txt460 socket, receiving, transmitting, forwarding, routing, packets,
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dswitchto.S106 ! do this early as pta->gettr has no pipeline forwarding (=> 5 cycle latency)
/linux-4.1.27/drivers/net/usb/
Dcdc_mbim.c341 is_router = !!in6_dev->cnf.forwarding; in do_neigh_solicit()
/linux-4.1.27/net/bridge/netfilter/
DKconfig55 local input, forwarding and local output. See the man page for
/linux-4.1.27/Documentation/filesystems/
Dsysfs.txt124 set of sysfs operations for forwarding read and write calls to the
/linux-4.1.27/net/ipv4/
DKconfig27 forwarding in your kernel; you can do that by saying Y to "/proc
35 If you turn on IP forwarding, you should consider the rp_filter, which
/linux-4.1.27/scripts/
Dspelling.txt427 forwardig||forwarding
/linux-4.1.27/Documentation/usb/
Dusb-serial.txt116 on Win98. Omit the proxy server part; Linux is quite capable of forwarding
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt681 DOI to another when forwarding datagrams between networks. For
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt972 such as port forwarding from the host.
1206 forwarding, routing, and proxy arp. If you are new to UML networking,
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1939 IP forwarding is on.