Home
last modified time | relevance | path

Searched refs:fd_frames (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/can/
H A Draw.c92 int fd_frames; member
137 if ((!ro->fd_frames && can_is_canfd_skb(oskb)) || in raw_rcv()
356 ro->fd_frames = 0; in raw_init()
537 int fd_frames; in raw_setsockopt() local
677 if (optlen != sizeof(fd_frames)) in raw_setsockopt()
680 if (copy_from_sockptr(&fd_frames, optval, optlen)) in raw_setsockopt()
684 if (ro->xl_frames && !fd_frames) in raw_setsockopt()
687 ro->fd_frames = fd_frames; in raw_setsockopt()
699 ro->fd_frames in raw_setsockopt()
[all...]
/kernel/linux/linux-5.10/net/can/
H A Draw.c89 int fd_frames; member
133 if (!ro->fd_frames && oskb->len != CAN_MTU) in raw_rcv()
348 ro->fd_frames = 0; in raw_init()
668 if (optlen != sizeof(ro->fd_frames)) in raw_setsockopt()
671 if (copy_from_sockptr(&ro->fd_frames, optval, optlen)) in raw_setsockopt()
747 val = &ro->fd_frames; in raw_getsockopt()
795 if (ro->fd_frames && dev->mtu == CANFD_MTU) { in raw_sendmsg()

Completed in 3 milliseconds