• Home
  • Raw
  • Download

Lines Matching refs:to

14 	  when running on a stand-alone machine that isn't connected to any
23 For a general introduction to Linux networking, it is highly
24 recommended to read the NET-HOWTO, available from
40 This option makes it possible to send different netlink messages
41 to tasks depending on whether the task is a compat task or not. To
42 achieve this, you need to set skb_shinfo(skb)->frag_list to the
44 which message to actually pass to the task.
75 Ethernets. It is highly recommended to say Y here (this will enlarge
77 system) use TCP/IP even if your machine is not connected to any
79 allows you to ping yourself (great fun, that!).
81 For an excellent introduction to Linux networking, please read the
85 If you say Y here and also to "/proc file system support" and
87 behavior of the TCP/IP code by writing to the (virtual) files in
105 to nfmark, but designated for security purposes.
106 If you are unsure how to answer this question, answer N.
120 If you are unsure how to answer this question, answer N.
128 The most common use of packet filtering is to run your Linux box as
134 bothersome to set up; it inspects the network traffic much more
137 firewalls often require changes to the programs running on the local
142 You should also say Y here if you intend to use your Linux box as
143 the gateway to the Internet for a local network of machines without
145 of the computers on your local network wants to send something to
147 forwards the traffic to the intended outside destination, but
148 modifies the packets to make it look like they came from the
150 replies, the Linux box will silently forward the traffic to the
152 are completely invisible to the outside world, even though they can
153 reach the outside and can receive replies. It is even possible to
159 the local network tries to connect to an outside host, your Linux
160 box can transparently forward the traffic to a local server,
184 basic ones needed by most people will default to 'M'.
270 Cgroup subsystem for use in assigning processes to network priorities on
297 by an interpreter. This option allows kernel to generate a native
314 Enabling this allows a stream parser to be used with
317 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
318 It can be used to enforce socket policy, implement socket redirects,
326 The network stack has to drop packets when a receive processing CPU's
328 generate the vast majority of load, drop their traffic earlier to
344 Documentation on how to use the packet generator can be found
354 This feature provides an alerting service to userspace in the
356 are broadcast via netlink socket to any listening user space
400 This feature provides an infrastructure to support light weight
410 Allows to run BPF programs as a nexthop action following a route
429 ULPs (upper layer modules, e.g. TLS) to process L7 application data
443 drivers to register a netdev and a set of ops with a failover
444 instance. The ops are used as event handlers that get called to
447 failover netdev. This enables paravirtual drivers to use a
449 migration of VMs with direct attached VFs by failing over to the
462 # Used by archs to tell that they support BPF JIT compiler plus which flavour.