Home
last modified time | relevance | path

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

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