Home
last modified time | relevance | path

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

/linux/net/can/
H A Draw.c93 unsigned int fd_frames:1; member
143 if (!ro->fd_frames && can_is_canfd_skb(oskb)) in raw_rcv()
381 ro->fd_frames = 0; in raw_init()
716 ro->fd_frames = !!flag; in raw_setsockopt()
730 ro->fd_frames = ro->xl_frames; in raw_setsockopt()
830 flag = ro->fd_frames; in raw_getsockopt()
904 if (ro->fd_frames && can_is_canfd_skb(skb) && in raw_check_txframe()