/linux-4.1.27/Documentation/networking/ |
D | vxlan.txt | 17 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
|
D | mpls-sysctl.txt | 5 possible to configure forwarding for label values equal to or 13 label will be recognized by the kernel and mpls forwarding
|
D | ip_dynaddr.txt | 7 If enabled[*] and forwarding interface has changed:
|
D | ip-sysctl.txt | 47 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 …]
|
D | decnet.txt | 73 using /proc/sys/net/decnet/conf/<dev>/forwarding. This file can be 140 (see /proc/sys/net/decnet/conf/<dev>/forwarding)
|
D | ieee802154.txt | 134 a Mesh Addressing header to support sub-IP forwarding, a Fragmentation header
|
D | skfp.txt | 104 forwarding or there is a problem with the routing table
|
D | openvswitch.txt | 60 but the forwarding behavior is correct. (If userspace can 62 forwarding behavior, then it could set up a flow anyway.)
|
D | ipvs-sysctl.txt | 116 before forwarding them to real servers. If the rate is 1, then
|
D | arcnet.txt | 466 remember) and all the forwarding happens "automagically" between the two
|
D | bonding.txt | 647 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/ |
D | dn_dev.c | 172 .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 …]
|
D | dn_route.c | 1399 if (dn_db->parms.forwarding == 0) in dn_route_input_slow()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 44 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
|
D | INTERFACE.CAPI | 16 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/ |
D | Kconfig | 28 Add support for forwarding of mpls packets.
|
/linux-4.1.27/include/net/ |
D | ip.h | 300 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()
|
D | dn_dev.h | 74 int forwarding; /* 0=EndNode, 1=L1Router, 2=L2Router */ member
|
D | ipv6.h | 316 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 36 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/ |
D | Kconfig | 90 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/ |
D | Kconfig | 22 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | switch.txt | 28 forwarding is invisible to the initiator. The storage layout is also 90 forwarding the request to the specific path. Typically it is zero.
|
D | dm-log.txt | 40 so log implementations can be done there. This is done by forwarding most
|
/linux-4.1.27/net/ipv6/ |
D | anycast.c | 60 int ishost = !net->ipv6.devconf_all->forwarding; in ipv6_sock_ac_join() 110 ishost = !idev->cnf.forwarding; in ipv6_sock_ac_join()
|
D | addrconf.c | 177 .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 …]
|
D | ndisc.c | 545 /*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()
|
D | Kconfig | 237 Experimental support for IPv6 multicast forwarding.
|
D | ip6_output.c | 373 if (net->ipv6.devconf_all->forwarding == 0) in ip6_forward()
|
D | route.c | 925 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()
|
D | mcast.c | 2559 if (idev->cnf.forwarding) in ipv6_mc_destroy_dev()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 68 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/ |
D | Kconfig | 52 as well as ISDN supplementary services like call forwarding or
|
/linux-4.1.27/include/linux/ |
D | ipv6.h | 12 __s32 forwarding; member
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 53 internal IPX network the cross-forwarding of packets targeted at
|
/linux-4.1.27/Documentation/scsi/ |
D | cxgb3i.txt | 36 the digests, then forwarding the header to the host. The payload data,
|
/linux-4.1.27/Documentation/ |
D | vgaarbiter.txt | 129 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
|
D | kernel-docs.txt | 460 socket, receiving, transmitting, forwarding, routing, packets,
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 106 ! do this early as pta->gettr has no pipeline forwarding (=> 5 cycle latency)
|
/linux-4.1.27/drivers/net/usb/ |
D | cdc_mbim.c | 341 is_router = !!in6_dev->cnf.forwarding; in do_neigh_solicit()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 55 local input, forwarding and local output. See the man page for
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs.txt | 124 set of sysfs operations for forwarding read and write calls to the
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 27 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/ |
D | spelling.txt | 427 forwardig||forwarding
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 116 on Win98. Omit the proxy server part; Linux is quite capable of forwarding
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 681 DOI to another when forwarding datagrams between networks. For
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 972 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/ |
D | Debugging390.txt | 1939 IP forwarding is on.
|