Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Draw.c92 int fd_frames; member
141 if (!ro->fd_frames && can_is_canfd_skb(oskb)) in raw_rcv()
379 ro->fd_frames = 0; in raw_init()
562 int fd_frames; in raw_setsockopt() local
702 if (optlen != sizeof(fd_frames)) in raw_setsockopt()
705 if (copy_from_sockptr(&fd_frames, optval, optlen)) in raw_setsockopt()
709 if (ro->xl_frames && !fd_frames) in raw_setsockopt()
712 ro->fd_frames = fd_frames; in raw_setsockopt()
724 ro->fd_frames = ro->xl_frames; in raw_setsockopt()
820 val = &ro->fd_frames; in raw_getsockopt()
[all …]