Lines Matching refs:sk_buff
20 int can_put_echo_skb(struct sk_buff *skb, struct net_device *dev,
22 struct sk_buff *__can_get_echo_skb(struct net_device *dev, unsigned int idx,
28 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf);
29 struct sk_buff *alloc_canfd_skb(struct net_device *dev,
31 struct sk_buff *alloc_can_err_skb(struct net_device *dev,
57 static inline struct can_skb_priv *can_skb_prv(struct sk_buff *skb) in can_skb_prv()
62 static inline void can_skb_reserve(struct sk_buff *skb) in can_skb_reserve()
67 static inline void can_skb_set_owner(struct sk_buff *skb, struct sock *sk) in can_skb_set_owner()
83 static inline struct sk_buff *can_create_echo_skb(struct sk_buff *skb) in can_create_echo_skb()
85 struct sk_buff *nskb; in can_create_echo_skb()
100 struct sk_buff *skb) in can_skb_headroom_valid()
130 struct sk_buff *skb) in can_dropped_invalid_skb()
156 static inline bool can_is_canfd_skb(const struct sk_buff *skb) in can_is_canfd_skb()