Lines Matching refs:canfd_frame
187 struct canfd_frame *ncf; in isotp_send_fc()
207 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc()
281 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized()
301 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad()
329 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc()
409 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf()
442 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff()
505 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf()
603 struct canfd_frame *cf; in isotp_rcv()
613 cf = (struct canfd_frame *)skb->data; in isotp_rcv()
685 static void isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_fill_dataframe()
716 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe()
759 struct canfd_frame *cf; in isotp_tx_timer_handler()
799 cf = (struct canfd_frame *)skb->data; in isotp_tx_timer_handler()
864 struct canfd_frame *cf; in isotp_sendmsg()
927 cf = (struct canfd_frame *)skb->data; in isotp_sendmsg()