• 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.
72 Ethernets. It is highly recommended to say Y here (this will enlarge
74 system) use TCP/IP even if your machine is not connected to any
76 allows you to ping yourself (great fun, that!).
78 For an excellent introduction to Linux networking, please read the
82 If you say Y here and also to "/proc file system support" and
84 behavior of the TCP/IP code by writing to the (virtual) files in
101 to nfmark, but designated for security purposes.
102 If you are unsure how to answer this question, answer N.
115 If you are unsure how to answer this question, answer N.
123 The most common use of packet filtering is to run your Linux box as
129 bothersome to set up; it inspects the network traffic much more
132 firewalls often require changes to the programs running on the local
137 You should also say Y here if you intend to use your Linux box as
138 the gateway to the Internet for a local network of machines without
140 of the computers on your local network wants to send something to
142 forwards the traffic to the intended outside destination, but
143 modifies the packets to make it look like they came from the
145 replies, the Linux box will silently forward the traffic to the
147 are completely invisible to the outside world, even though they can
148 reach the outside and can receive replies. It is even possible to
154 the local network tries to connect to an outside host, your Linux
155 box can transparently forward the traffic to a local server,
179 basic ones needed by most people will default to 'M'.
268 Cgroup subsystem for use in assigning processes to network priorities on
295 by an interpreter. This option allows kernel to generate a native
312 Enabling this allows a stream parser to be used with
315 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
316 It can be used to enforce socket policy, implement socket redirects,
324 The network stack has to drop packets when a receive processing CPU's
326 generate the vast majority of load, drop their traffic earlier to
342 Documentation on how to use the packet generator can be found
352 This feature provides an alerting service to userspace in the
354 are broadcast via netlink socket to any listening user space
398 This feature provides an infrastructure to support light weight
408 Allows to run BPF programs as a nexthop action following a route
427 ULPs (upper layer modules, e.g. TLS) to process L7 application data
442 drivers to register a netdev and a set of ops with a failover
443 instance. The ops are used as event handlers that get called to
446 failover netdev. This enables paravirtual drivers to use a
448 migration of VMs with direct attached VFs by failing over to the
453 # Used by archs to tell that they support BPF JIT compiler plus which flavour.