Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/can/
Disotp.h70 struct can_isotp_options { struct
/linux-6.12.1/Documentation/networking/
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-6.12.1/net/can/
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()