Home
last modified time | relevance | path

Searched refs:SOL_CAN_RAW (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/can/
H A Draw.h51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW) macro
/openbmc/qemu/net/can/
H A Dcan_socketcan.c233 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/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/
H A D0001-canutils-candump-Add-error-frame-s-handling.patch82 + if (setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER, &err_mask,
/openbmc/linux/net/can/
H A Draw.c541 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 Dcan.rst505 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,