Lines Matching refs:echo_skb
422 if (priv->echo_skb[i]) { in can_flush_echo_skb()
423 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
424 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
452 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
463 priv->echo_skb[idx] = skb; in can_put_echo_skb()
483 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
487 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
492 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
531 if (priv->echo_skb[idx]) { in can_free_echo_skb()
532 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()
533 priv->echo_skb[idx] = NULL; in can_free_echo_skb()
748 priv->echo_skb = (void *)priv + in alloc_candev_mqs()