Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/can/
Disotp.h107 struct can_isotp_ll_options { struct
/Linux-v6.6/net/can/
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()