Directory Files
.. 7
File Size
Kconfig 271 B
Makefile 991 B
af_llc.c 33 kB
llc.mod.c 0 B
llc2.mod.c 0 B
llc_c_ac.c 36 kB
llc_c_ev.c 22 kB
llc_c_st.c 156 kB
llc_conn.c 28 kB
llc_core.c 4.2 kB
llc_if.c 4.7 kB
llc_input.c 6.0 kB
llc_output.c 2.0 kB
llc_pdu.c 11 kB
llc_proc.c 6.2 kB
llc_s_ac.c 6.1 kB
llc_s_ev.c 3.6 kB
llc_s_st.c 5.9 kB
llc_sap.c 12 kB
llc_station.c 3.3 kB
sysctl_net_llc.c 1.9 kB

Linux v6.6.1 - llc

# SPDX-License-Identifier: GPL-2.0-only
config LLC
	tristate

config LLC2
	tristate "ANSI/IEEE 802.2 LLC type 2 Support"
	select LLC
	help
	  This is a Logical Link Layer type 2, connection oriented support.
	  Select this if you want to have support for PF_LLC sockets.