Home
last modified time | relevance | path

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

/Linux-v6.1/net/can/
Draw.c90 int fd_frames; member
135 if ((can_is_canfd_skb(oskb) && !ro->fd_frames && !ro->xl_frames) || in raw_rcv()
350 ro->fd_frames = 0; in raw_init()
667 if (optlen != sizeof(ro->fd_frames)) in raw_setsockopt()
670 if (copy_from_sockptr(&ro->fd_frames, optval, optlen)) in raw_setsockopt()
763 val = &ro->fd_frames; in raw_getsockopt()
841 } else if (ro->fd_frames && dev->mtu == CANFD_MTU) { in raw_sendmsg()