Directory Files
.. 14
File Size
Kconfig 389 B
Makefile 254 B
rmnet.mod.c 0 B
rmnet_config.c 12 kB
rmnet_config.h 2.4 kB
rmnet_handlers.c 6.3 kB
rmnet_handlers.h 390 B
rmnet_map.h 1.9 kB
rmnet_map_command.c 2.6 kB
rmnet_map_data.c 20 kB
rmnet_private.h 577 B
rmnet_vnd.c 10 kB
rmnet_vnd.h 1.0 kB

Linux v6.6.1 - rmnet

# SPDX-License-Identifier: GPL-2.0-only
#
# RMNET MAP driver
#

menuconfig RMNET
	tristate "RmNet MAP driver"
	default n
	select GRO_CELLS
	help
	  If you select this, you will enable the RMNET module which is used
	  for handling data in the multiplexing and aggregation protocol (MAP)
	  format in the embedded data path. RMNET devices can be attached to
	  any IP mode physical device.