Lines Matching refs:sk_buff
47 int can_put_echo_skb(struct sk_buff *skb, struct net_device *dev, in can_put_echo_skb()
97 struct sk_buff *
113 struct sk_buff *skb = priv->echo_skb[idx]; in __can_get_echo_skb()
149 struct sk_buff *skb; in can_get_echo_skb()
182 struct sk_buff *skb = priv->echo_skb[idx]; in can_free_echo_skb()
195 static void init_can_skb_reserve(struct sk_buff *skb) in init_can_skb_reserve()
208 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_skb()
210 struct sk_buff *skb; in alloc_can_skb()
230 struct sk_buff *alloc_canfd_skb(struct net_device *dev, in alloc_canfd_skb()
233 struct sk_buff *skb; in alloc_canfd_skb()
256 struct sk_buff *alloc_canxl_skb(struct net_device *dev, in alloc_canxl_skb()
260 struct sk_buff *skb; in alloc_canxl_skb()
289 struct sk_buff *alloc_can_err_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_err_skb()
291 struct sk_buff *skb; in alloc_can_err_skb()
305 static bool can_skb_headroom_valid(struct net_device *dev, struct sk_buff *skb) in can_skb_headroom_valid()
342 bool can_dropped_invalid_skb(struct net_device *dev, struct sk_buff *skb) in can_dropped_invalid_skb()