Searched refs:raw_vcid_opts (Results 1 – 1 of 1) sorted by relevance
94 struct can_raw_vcid_options raw_vcid_opts; member152 if (ro->raw_vcid_opts.flags & CAN_RAW_XL_VCID_RX_FILTER) { in raw_rcv()728 if (optlen != sizeof(ro->raw_vcid_opts)) in raw_setsockopt()731 if (copy_from_sockptr(&ro->raw_vcid_opts, optval, optlen)) in raw_setsockopt()833 if (len < sizeof(ro->raw_vcid_opts)) { in raw_getsockopt()836 if (put_user(sizeof(ro->raw_vcid_opts), optlen)) in raw_getsockopt()839 if (len > sizeof(ro->raw_vcid_opts)) in raw_getsockopt()840 len = sizeof(ro->raw_vcid_opts); in raw_getsockopt()841 if (copy_to_user(optval, &ro->raw_vcid_opts, len)) in raw_getsockopt()873 if (!(ro->raw_vcid_opts.flags & CAN_RAW_XL_VCID_TX_PASS)) in raw_put_canxl_vcid()[all …]