Searched refs:SOL_CAN_RAW (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/net/can/ |
H A D | can_socketcan.c | 233 if (setsockopt(s, SOL_CAN_RAW, CAN_RAW_FD_FRAMES, in can_host_socketcan_connect() 243 setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER, in can_host_socketcan_connect() 254 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, c->rfilter, in can_host_socketcan_connect()
|
/openbmc/linux/include/uapi/linux/can/ |
H A D | raw.h | 51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW) macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 82 + if (setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER, &err_mask,
|
/openbmc/linux/net/can/ |
H A D | raw.c | 541 if (level != SOL_CAN_RAW) in raw_setsockopt() 726 if (level != SOL_CAN_RAW) in raw_getsockopt() 916 SOL_CAN_RAW, SCM_CAN_RAW_ERRQUEUE); in raw_recvmsg()
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 505 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, &rfilter, sizeof(rfilter)); 511 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, NULL, 0); 556 setsockopt(s, SOL_CAN_RAW, CAN_RAW_FILTER, &rfilter, sizeof(rfilter)); 574 setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER, 590 setsockopt(s, SOL_CAN_RAW, CAN_RAW_LOOPBACK, &loopback, sizeof(loopback)); 608 setsockopt(s, SOL_CAN_RAW, CAN_RAW_RECV_OWN_MSGS,
|