Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/can/
Disotp.h91 struct can_isotp_fc_options { struct
/linux-6.12.1/Documentation/networking/
Diso15765-2.rst231 struct can_isotp_fc_options fc_opts;
234 where the ``can_isotp_fc_options`` structure has the following contents:
/linux-6.12.1/net/can/
Disotp.c160 struct can_isotp_fc_options rxfc, txfc;
1414 if (optlen != sizeof(struct can_isotp_fc_options)) in isotp_setsockopt_locked()
1509 len = min_t(int, len, sizeof(struct can_isotp_fc_options)); in isotp_getsockopt()