aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_can.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-14 16:20:34 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-14 16:23:39 +0100
commit66d492a6c7bb8f9eea386e016b95a0152004bf7c (patch)
tree1e6cfc04bd447cc0196454c34359c3731e7c8ae9 /sys/linux/socket_can.txt
parent33bb46947ad3f2bdc26a2d9ab7a0fe27d650522c (diff)
sys/linux: add vnet descriptions for GRE, MPLS, CAN
Diffstat (limited to 'sys/linux/socket_can.txt')
-rw-r--r--sys/linux/socket_can.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/linux/socket_can.txt b/sys/linux/socket_can.txt
index fdedf7c1e..7b58d7b5e 100644
--- a/sys/linux/socket_can.txt
+++ b/sys/linux/socket_can.txt
@@ -51,8 +51,8 @@ type msghdr_can[MSG] {
}
can_raw_msg [
- can can_frame_t[CAN_MAX_DLEN]
- canfd can_frame_t[CANFD_MAX_DLEN]
+ can can_frame
+ canfd canfd_frame
] [varlen]
can_bcm_msg {
@@ -75,6 +75,9 @@ type can_frame_t[DATA_SIZE] {
data array[int8, DATA_SIZE]
}
+type can_frame can_frame_t[CAN_MAX_DLEN]
+type canfd_frame can_frame_t[CANFD_MAX_DLEN]
+
canid_t {
id int32:29[0:4]
err int32:1