Lines Matching refs:fd_frames
92 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 = ro->xl_frames; in raw_setsockopt()
781 val = &ro->fd_frames; in raw_getsockopt()
814 if (ro->fd_frames && can_is_canfd_skb(skb) && in raw_bad_txframe()