Kconfig (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | Kconfig (887596095ec2a9ea39ffcf98f27bf2e77c5eb512) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 303 unchanged lines hidden (view full) --- 312config BPF_STREAM_PARSER 313 bool "enable BPF STREAM_PARSER" 314 depends on INET 315 depends on BPF_SYSCALL 316 depends on CGROUP_BPF 317 select STREAM_PARSER 318 select NET_SOCK_MSG 319 help | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Network configuration 4# 5 6menuconfig NET 7 bool "Networking support" 8 select NLATTR --- 303 unchanged lines hidden (view full) --- 312config BPF_STREAM_PARSER 313 bool "enable BPF STREAM_PARSER" 314 depends on INET 315 depends on BPF_SYSCALL 316 depends on CGROUP_BPF 317 select STREAM_PARSER 318 select NET_SOCK_MSG 319 help |
320 Enabling this allows a stream parser to be used with | 320 Enabling this allows a TCP stream parser to be used with |
321 BPF_MAP_TYPE_SOCKMAP. 322 | 321 BPF_MAP_TYPE_SOCKMAP. 322 |
323 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets. 324 It can be used to enforce socket policy, implement socket redirects, 325 etc. 326 | |
327config NET_FLOW_LIMIT 328 bool 329 depends on RPS 330 default y 331 help 332 The network stack has to drop packets when a receive processing CPU's 333 backlog reaches netdev_max_backlog. If a few out of many active flows 334 generate the vast majority of load, drop their traffic earlier to --- 142 unchanged lines hidden --- | 323config NET_FLOW_LIMIT 324 bool 325 depends on RPS 326 default y 327 help 328 The network stack has to drop packets when a receive processing CPU's 329 backlog reaches netdev_max_backlog. If a few out of many active flows 330 generate the vast majority of load, drop their traffic earlier to --- 142 unchanged lines hidden --- |