Lines Matching +refs:module +refs:get +refs:op

47 protocol family module and also vice-versa.  Also, the protocol family
48 module provides an API for transport protocol modules to register, so
50 dynamically. In fact, the can core module alone does not provide any
52 protocol module. Multiple sockets can be opened at the same time,
53 on different or the same protocol module and they can listen/send
127 module - which implements the protocol family CAN - provides several
129 application opens a CAN RAW socket, the raw protocol module itself
134 CAN protocol modules by the SocketCAN core (see :ref:`socketcan-core-module`).
368 /* get interface name of the received CAN frame */
689 socket option returns an error: No problem. You'll get Classical CAN frames
880 Send reply for RTR-request (placed in op->frames[0]).
936 CAN frame is stateless as state changes within the ival2 period may get
1012 .. _socketcan-core-module:
1017 The SocketCAN core module implements the protocol family
1018 PF_CAN. CAN protocol modules are loaded by the core module at
1019 runtime. The core module provides an interface for CAN protocol
1029 invoked at can.ko module start time by default. This timer can be
1030 disabled by using stattimer=0 on the module commandline.
1043 device and a protocol module identifier::
1200 When compiled as a module the virtual CAN driver module is called vcan.ko
1227 understand how to use them. The name of the module is can-dev.ko.
1230 Netlink interface to set/get devices properties
1474 Please check the "Kconfig" file in "drivers/net/can" to get an actual