Lines Matching refs:network

16     3.3 network problem notifications
42 6 CAN network drivers
47 6.5 The CAN network device driver interface
50 6.5.3 Starting and stopping the CAN network device
68 socket API, the Linux network stack and implements the CAN device
69 drivers as network interfaces. The CAN socket API has been designed
71 familiar with network programming, to easily learn how to use CAN
94 to user space applications and which builds upon the Linux network
97 network layer as a network device, so that CAN frames from the
98 controller can be passed up to the network layer and on to the CAN
123 network queueing code, so all that code would have to be duplicated
159 upon the Linux network layer. In contrast to the commonly known
164 network the CAN-IDs are mapped to be sent by a specific ECU.
169 The network transparent access of multiple applications leads to the
171 CAN-IDs from the same CAN network interface. The SocketCAN core
202 The Linux network devices (by default) just can handle the
208 the CAN network interface is not capable of performing the loopback for
220 3.3 network problem notifications
244 CAN network. Since SocketCAN implements a new protocol family, you
414 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two
917 6. CAN network drivers
920 Writing a CAN network device driver is much easier than writing a
921 CAN character device driver. Similar to other known network device
928 for writing CAN network device driver are described below:
945 As described in chapter 3.2 the CAN network device driver should
971 Similar to the network loopback devices, vcan offers a virtual local
980 frames without real CAN controller hardware. Virtual CAN network
985 netlink interface to create vcan network devices. The creation and
986 removal of vcan network devices can be managed with the ip(8) tool:
988 - Create a virtual CAN network interface:
991 - Create a virtual CAN network interface with a specific name 'vcan42':
994 - Remove a (virtual CAN) network interface 'vcan42':
997 6.5 The CAN network device driver interface
999 The CAN network device driver interface provides a generic interface
1000 to setup, configure and monitor CAN network devices. The user can then
1005 set of common functions, which all real CAN network device drivers
1111 field of the standard network statistics.
1141 6.5.3 Starting and stopping the CAN network device
1143 A CAN network device is started or stopped as usual with the command
1174 canfd_frame.len for userspace applications and inside the Linux network
1181 The CAN netdevice driver capabilities can be distinguished by the network