Home
last modified time | relevance | path

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

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