Searched refs:re_skcb (Results 1 – 1 of 1) sorted by relevance
| /linux/net/can/j1939/ |
| H A D | transport.c | 590 const struct j1939_sk_buff_cb *re_skcb, in j1939_tp_tx_dat_new() argument 614 BUILD_BUG_ON(sizeof(skb->cb) < sizeof(*re_skcb)); in j1939_tp_tx_dat_new() 616 memcpy(skb->cb, re_skcb, sizeof(*re_skcb)); in j1939_tp_tx_dat_new() 656 const struct j1939_sk_buff_cb *re_skcb, in j1939_xtp_do_tx_ctl() argument 662 if (!j1939_tp_im_involved(re_skcb, swap_src_dst)) in j1939_xtp_do_tx_ctl() 665 skb = j1939_tp_tx_dat_new(priv, re_skcb, true, swap_src_dst); in j1939_xtp_do_tx_ctl() 689 const struct j1939_sk_buff_cb *re_skcb, in j1939_xtp_tx_abort() argument 696 if (!j1939_tp_im_involved(re_skcb, swap_src_dst)) in j1939_xtp_tx_abort() 702 return j1939_xtp_do_tx_ctl(priv, re_skcb, swap_src_dst, pgn, dat); in j1939_xtp_tx_abort()
|