Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
H A Disotp.h70 struct can_isotp_options { struct
/linux/Documentation/networking/
H A Diso15765-2.rst140 struct can_isotp_options opts;
143 where the ``can_isotp_options`` structure has the following contents:
147 struct can_isotp_options {
238 struct can_isotp_options {
/linux/net/can/
H A Disotp.c159 struct can_isotp_options opt;
1385 if (optlen != sizeof(struct can_isotp_options)) in isotp_setsockopt_locked()
1504 len = min_t(int, len, sizeof(struct can_isotp_options)); in isotp_getsockopt()