Lines Matching refs:echo_skb
25 if (priv->echo_skb[i]) { in can_flush_echo_skb()
26 kfree_skb(priv->echo_skb[i]); in can_flush_echo_skb()
27 priv->echo_skb[i] = NULL; in can_flush_echo_skb()
55 if (!priv->echo_skb[idx]) { in can_put_echo_skb()
70 priv->echo_skb[idx] = skb; in can_put_echo_skb()
94 if (priv->echo_skb[idx]) { in __can_get_echo_skb()
98 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
111 priv->echo_skb[idx] = NULL; in __can_get_echo_skb()
167 if (priv->echo_skb[idx]) { in can_free_echo_skb()
168 struct sk_buff *skb = priv->echo_skb[idx]; in can_free_echo_skb()
175 priv->echo_skb[idx] = NULL; in can_free_echo_skb()