Home
last modified time | relevance | path

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

/linux/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()
706 if (ro->xl_frames && !fd_frames) in raw_setsockopt()
713 if (optlen != sizeof(ro->xl_frames)) in raw_setsockopt()
716 if (copy_from_sockptr(&ro->xl_frames, optval, optlen)) in raw_setsockopt()
720 if (ro->xl_frames) in raw_setsockopt()
721 ro->fd_frames = ro->xl_frames; in raw_setsockopt()
823 val = &ro->xl_frames; in raw_getsockopt()
892 if (ro->xl_frames && can_is_canxl_skb(skb) && in raw_check_txframe()