Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Draw.c93 int xl_frames; member
148 if (!ro->xl_frames) in raw_rcv()
380 ro->xl_frames = 0; in raw_init()
709 if (ro->xl_frames && !fd_frames) in raw_setsockopt()
716 if (optlen != sizeof(ro->xl_frames)) in raw_setsockopt()
719 if (copy_from_sockptr(&ro->xl_frames, optval, optlen)) in raw_setsockopt()
723 if (ro->xl_frames) in raw_setsockopt()
724 ro->fd_frames = ro->xl_frames; in raw_setsockopt()
826 val = &ro->xl_frames; in raw_getsockopt()
895 if (ro->xl_frames && can_is_canxl_skb(skb) && in raw_check_txframe()