Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/can/
Disotp.h107 struct can_isotp_ll_options { struct
/linux-6.12.1/Documentation/networking/
Diso15765-2.rst262 struct can_isotp_ll_options ll_opts;
265 where the ``can_isotp_ll_options`` structure has the following contents:
269 struct can_isotp_ll_options {
/linux-6.12.1/net/can/
Disotp.c161 struct can_isotp_ll_options ll;
1438 if (optlen == sizeof(struct can_isotp_ll_options)) { in isotp_setsockopt_locked()
1439 struct can_isotp_ll_options ll; in isotp_setsockopt_locked()
1524 len = min_t(int, len, sizeof(struct can_isotp_ll_options)); in isotp_getsockopt()