Searched refs:fd_frames (Results 1 – 1 of 1) sorted by relevance
92 int fd_frames; member137 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() local677 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()[all …]