Lines Matching defs:sk_buff
202 int can_send(struct sk_buff *skb, int loop)
204 struct sk_buff *newskb = NULL;
425 * Invokes the callback function with the received sk_buff and the given
433 * The provided pointer to the sk_buff is guaranteed to be valid as long as
435 * the given sk_buff while processing it's task. When the given sk_buff is
445 canid_t mask, void (*func)(struct sk_buff *, void *),
514 canid_t mask, void (*func)(struct sk_buff *, void *),
573 static inline void deliver(struct sk_buff *skb, struct receiver *rcv)
579 static int can_rcv_filter(struct can_dev_rcv_lists *dev_rcv_lists, struct sk_buff *skb)
644 static void can_receive(struct sk_buff *skb, struct net_device *dev)
679 static int can_rcv(struct sk_buff *skb, struct net_device *dev,
694 static int canfd_rcv(struct sk_buff *skb, struct net_device *dev,
709 static int canxl_rcv(struct sk_buff *skb, struct net_device *dev,