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,
30 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf);
31 struct sk_buff *alloc_canfd_skb(struct net_device *dev,
33 struct sk_buff *alloc_canxl_skb(struct net_device *dev,
36 struct sk_buff *alloc_can_err_skb(struct net_device *dev,
38 bool can_dropped_invalid_skb(struct net_device *dev, struct sk_buff *skb);
63 static inline struct can_skb_priv *can_skb_prv(struct sk_buff *skb) in can_skb_prv()
68 static inline void can_skb_reserve(struct sk_buff *skb) in can_skb_reserve()
73 static inline void can_skb_set_owner(struct sk_buff *skb, struct sock *sk) in can_skb_set_owner()
89 static inline struct sk_buff *can_create_echo_skb(struct sk_buff *skb) in can_create_echo_skb()
91 struct sk_buff *nskb; in can_create_echo_skb()
104 static inline bool can_is_can_skb(const struct sk_buff *skb) in can_is_can_skb()
112 static inline bool can_is_canfd_skb(const struct sk_buff *skb) in can_is_canfd_skb()
120 static inline bool can_is_canxl_skb(const struct sk_buff *skb) in can_is_canxl_skb()
135 static inline unsigned int can_skb_get_len_val(struct sk_buff *skb) in can_skb_get_len_val()
147 static inline unsigned int can_skb_get_data_len(struct sk_buff *skb) in can_skb_get_data_len()