Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/can/
Draw.h62 CAN_RAW_RECV_OWN_MSGS, /* receive my own msgs (default:off) */ enumerator
/Linux-v5.15/net/can/
Draw.c654 case CAN_RAW_RECV_OWN_MSGS: in raw_setsockopt()
742 case CAN_RAW_RECV_OWN_MSGS: in raw_getsockopt()
/Linux-v5.15/Documentation/networking/
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.