Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Disotp.h107 struct can_isotp_ll_options { struct
/openbmc/linux/net/can/
H A Disotp.c160 struct can_isotp_ll_options ll;
1436 if (optlen == sizeof(struct can_isotp_ll_options)) { in isotp_setsockopt_locked()
1437 struct can_isotp_ll_options ll; in isotp_setsockopt_locked()
1522 len = min_t(int, len, sizeof(struct can_isotp_ll_options)); in isotp_getsockopt()