Home
last modified time | relevance | path

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

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