Lines Matching defs:echo_skb
258 struct sk_buff **echo_skb; /* We allocate this on our own */
261 /* The echo skb pointer, pointing into echo_skb and indicating which
268 * the echo_skb pointer eskbp and for making sure that a running reset
272 * The echo_skb pointer, eskbp, should only be accessed under this lock
1057 priv->echo_skb = kcalloc(dma->tx.size, sizeof(*priv->echo_skb),
1059 if (!priv->echo_skb) {
1064 priv->can.echo_skb = priv->echo_skb;
1100 kfree(priv->echo_skb);
1133 priv->can.echo_skb = NULL;
1134 kfree(priv->echo_skb);