Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/can/
Draw.h59 CAN_RAW_RECV_OWN_MSGS, /* receive my own msgs (default:off) */ enumerator
/Linux-v4.19/net/can/
Draw.c618 case CAN_RAW_RECV_OWN_MSGS: in raw_setsockopt()
697 case CAN_RAW_RECV_OWN_MSGS: in raw_getsockopt()
/Linux-v4.19/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.