Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menuconfig CONFIG_BPFILTER
	bool "BPF based packet filtering framework (BPFILTER)"
	depends on CONFIG_NET && CONFIG_BPF && CONFIG_INET
	help
	  This builds experimental bpfilter framework that is aiming to
	  provide netfilter compatible functionality via CONFIG_BPF

if CONFIG_BPFILTER
config CONFIG_BPFILTER_UMH
	tristate "bpfilter kernel module with user mode helper"
	depends on CONFIG_CC_CAN_LINK
	default m
	help
	  This builds bpfilter kernel module with embedded user mode helper
endif