Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/can/
Draw.h62 CAN_RAW_RECV_OWN_MSGS, /* receive my own msgs (default:off) */ enumerator
/Linux-v6.1/net/can/
Draw.c657 case CAN_RAW_RECV_OWN_MSGS: in raw_setsockopt()
754 case CAN_RAW_RECV_OWN_MSGS: in raw_getsockopt()
/Linux-v6.1/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.