Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Draw.h64 CAN_RAW_RECV_OWN_MSGS, /* receive my own msgs (default:off) */ enumerator
/openbmc/linux/net/can/
H A Draw.c667 case CAN_RAW_RECV_OWN_MSGS: in raw_setsockopt()
772 case CAN_RAW_RECV_OWN_MSGS: in raw_getsockopt()
/openbmc/linux/Documentation/networking/
H A Dcan.rst593 RAW socket option CAN_RAW_RECV_OWN_MSGS
608 setsockopt(s, SOL_CAN_RAW, CAN_RAW_RECV_OWN_MSGS,
709 In order to receive such messages, CAN_RAW_RECV_OWN_MSGS must be set.