Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Draw.c93 int xl_frames; member
138 (!ro->xl_frames && can_is_canxl_skb(oskb))) in raw_rcv()
357 ro->xl_frames = 0; in raw_init()
684 if (ro->xl_frames && !fd_frames) in raw_setsockopt()
691 if (optlen != sizeof(ro->xl_frames)) in raw_setsockopt()
694 if (copy_from_sockptr(&ro->xl_frames, optval, optlen)) in raw_setsockopt()
698 if (ro->xl_frames) in raw_setsockopt()
699 ro->fd_frames = ro->xl_frames; in raw_setsockopt()
787 val = &ro->xl_frames; in raw_getsockopt()
819 if (ro->xl_frames && can_is_canxl_skb(skb) && in raw_bad_txframe()