checkpatch: improve GIT_COMMIT_ID test
[linux-2.6-microblaze.git] / Documentation / networking / can.rst
index f8dae66..f34cb0e 100644 (file)
@@ -608,6 +608,8 @@ demand:
     setsockopt(s, SOL_CAN_RAW, CAN_RAW_RECV_OWN_MSGS,
                &recv_own_msgs, sizeof(recv_own_msgs));
 
+Note that reception of a socket's own CAN frames are subject to the same
+filtering as other CAN frames (see :ref:`socketcan-rawfilter`).
 
 .. _socketcan-rawfd: