Home
last modified time | relevance | path

Searched refs:CAN_RAW_RECV_OWN_MSGS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/can/
Draw.h62 CAN_RAW_RECV_OWN_MSGS, /* receive my own msgs (default:off) */ enumerator
/Linux-v5.10/net/can/
Draw.c613 case CAN_RAW_RECV_OWN_MSGS: in raw_setsockopt()
693 case CAN_RAW_RECV_OWN_MSGS: in raw_getsockopt()
/Linux-v5.10/Documentation/networking/
Dcan.rst560 RAW socket option CAN_RAW_RECV_OWN_MSGS
575 setsockopt(s, SOL_CAN_RAW, CAN_RAW_RECV_OWN_MSGS,
674 In order to receive such messages, CAN_RAW_RECV_OWN_MSGS must be set.