Lines Matching refs:can_frame
274 struct can_frame {
284 struct can_frame to the user space.
327 of reading a struct can_frame:
329 struct can_frame frame;
331 nbytes = read(s, &frame, sizeof(struct can_frame));
339 if (nbytes < sizeof(struct can_frame)) {
348 nbytes = write(s, &frame, sizeof(struct can_frame));
357 struct can_frame frame;
359 nbytes = recvfrom(s, &frame, sizeof(struct can_frame),
375 nbytes = sendto(s, &frame, sizeof(struct can_frame),
576 dev->mtu = sizeof(struct can_frame);
578 The struct can_frame is the payload of each socket buffer in the