Searched refs:CAN_RAW_ERR_FILTER (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/can/ |
H A D | raw.h | 62 CAN_RAW_ERR_FILTER, /* set filter for error frames */ enumerator
|
/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/qemu/net/can/ |
H A D | can_socketcan.c | 243 setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER, in can_host_socketcan_connect()
|
/openbmc/linux/net/can/ |
H A D | raw.c | 615 case CAN_RAW_ERR_FILTER: in raw_setsockopt() 760 case CAN_RAW_ERR_FILTER: in raw_getsockopt()
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 559 RAW Socket Option CAN_RAW_ERR_FILTER 574 setsockopt(s, SOL_CAN_RAW, CAN_RAW_ERR_FILTER,
|