Lines Matching refs:echo_skb
373 if (priv->echo_skb[i]) { in can_flush_echo_skb()
374 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
375 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
404 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
416 priv->echo_skb[idx] = skb; in can_put_echo_skb()
438 if (priv->echo_skb[idx]) { in can_get_echo_skb()
439 struct sk_buff *skb = priv->echo_skb[idx]; in can_get_echo_skb()
443 netif_rx(priv->echo_skb[idx]); in can_get_echo_skb()
444 priv->echo_skb[idx] = NULL; in can_get_echo_skb()
464 if (priv->echo_skb[idx]) { in can_free_echo_skb()
465 dev_kfree_skb_any(priv->echo_skb[idx]); in can_free_echo_skb()
466 priv->echo_skb[idx] = NULL; in can_free_echo_skb()
664 priv->echo_skb = (void *)priv + in alloc_candev()