Lines Matching refs:echo_skb
428 if (priv->echo_skb[i]) { in can_flush_echo_skb()
429 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
430 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
459 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
471 priv->echo_skb[idx] = skb; in can_put_echo_skb()
493 if (priv->echo_skb[idx]) { in can_get_echo_skb()
494 struct sk_buff *skb = priv->echo_skb[idx]; in can_get_echo_skb()
498 netif_rx(priv->echo_skb[idx]); in can_get_echo_skb()
499 priv->echo_skb[idx] = NULL; in can_get_echo_skb()
519 if (priv->echo_skb[idx]) { in can_free_echo_skb()
520 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()
521 priv->echo_skb[idx] = NULL; in can_free_echo_skb()
727 priv->echo_skb = (void *)priv + in alloc_candev_mqs()