Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
H A Disotp.h91 struct can_isotp_fc_options { struct
/linux/Documentation/networking/
H A Diso15765-2.rst231 struct can_isotp_fc_options fc_opts;
234 where the ``can_isotp_fc_options`` structure has the following contents:
/linux/net/can/
H A 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()