Lines Matching refs:echo_skb
445 if (priv->echo_skb[i]) { in can_flush_echo_skb()
446 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
447 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
475 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
486 priv->echo_skb[idx] = skb; in can_put_echo_skb()
509 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
513 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
522 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
565 if (priv->echo_skb[idx]) { in can_free_echo_skb()
566 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()
567 priv->echo_skb[idx] = NULL; in can_free_echo_skb()
785 priv->echo_skb = (void *)priv + in alloc_candev_mqs()