Lines Matching refs:canfd_frame
178 struct canfd_frame *ncf; in isotp_send_fc()
198 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc()
273 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized()
293 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad()
321 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc()
401 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf()
434 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff()
497 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf()
595 struct canfd_frame *cf; in isotp_rcv()
605 cf = (struct canfd_frame *)skb->data; in isotp_rcv()
668 static void isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_fill_dataframe()
699 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe()
742 struct canfd_frame *cf; in isotp_tx_timer_handler()
782 cf = (struct canfd_frame *)skb->data; in isotp_tx_timer_handler()
847 struct canfd_frame *cf; in isotp_sendmsg()
891 cf = (struct canfd_frame *)skb->data; in isotp_sendmsg()