Lines Matching refs:sk_buff
21 struct sk_buff;
31 void wg_packet_receive(struct wg_device *wg, struct sk_buff *skb);
43 struct sk_buff *initiating_skb,
70 static inline bool wg_check_packet_protocol(struct sk_buff *skb) in wg_check_packet_protocol()
76 static inline void wg_reset_packet(struct sk_buff *skb, bool encapsulating) in wg_reset_packet()
137 bool wg_prev_queue_enqueue(struct prev_queue *queue, struct sk_buff *skb);
140 struct sk_buff *wg_prev_queue_dequeue(struct prev_queue *queue);
143 static inline struct sk_buff *wg_prev_queue_peek(struct prev_queue *queue) in wg_prev_queue_peek()
159 struct sk_buff *skb, struct workqueue_struct *wq) in wg_queue_enqueue_per_device_and_peer()
180 static inline void wg_queue_enqueue_per_peer_tx(struct sk_buff *skb, enum packet_state state) in wg_queue_enqueue_per_peer_tx()
193 static inline void wg_queue_enqueue_per_peer_rx(struct sk_buff *skb, enum packet_state state) in wg_queue_enqueue_per_peer_rx()