Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.h72 __be16 real_protocol = ip_tunnel_parse_protocol(skb); in wg_check_packet_protocol() local
73 return real_protocol && skb->protocol == real_protocol; in wg_check_packet_protocol()