Home
last modified time | relevance | path

Searched refs:wg_check_packet_protocol (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireguard/
Dqueueing.h70 static inline bool wg_check_packet_protocol(struct sk_buff *skb) in wg_check_packet_protocol() function
Ddevice.c145 if (unlikely(!wg_check_packet_protocol(skb))) { in wg_xmit()
Dreceive.c59 if (unlikely(!wg_check_packet_protocol(skb) || in prepare_skb_header()