Lines Matching refs:echo_skb
32 if (priv->echo_skb[i]) { in can_flush_echo_skb()
33 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
34 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
62 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
80 priv->echo_skb[idx] = skb; in can_put_echo_skb()
104 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
108 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
120 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
176 if (priv->echo_skb[idx]) { in can_free_echo_skb()
177 struct sk_buff *skb = priv->echo_skb[idx]; in can_free_echo_skb()
184 priv->echo_skb[idx] = NULL; in can_free_echo_skb()