Lines Matching refs:canfd_frame
208 struct canfd_frame *ncf; in isotp_send_fc()
228 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc()
303 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized()
323 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad()
353 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc()
434 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf()
467 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff()
530 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf()
628 struct canfd_frame *cf; in isotp_rcv()
638 cf = (struct canfd_frame *)skb->data; in isotp_rcv()
710 static void isotp_fill_dataframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_fill_dataframe()
746 struct canfd_frame *cf; in isotp_send_cframe()
764 cf = (struct canfd_frame *)skb->data; in isotp_send_cframe()
798 static void isotp_create_fframe(struct canfd_frame *cf, struct isotp_sock *so, in isotp_create_fframe()
837 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in isotp_rcv_echo()
924 struct canfd_frame *cf; in isotp_sendmsg()
989 cf = (struct canfd_frame *)skb->data; in isotp_sendmsg()