Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dgre.h47 static inline int ip_gre_calc_hlen(__be16 o_flags) in ip_gre_calc_hlen() function
/linux-4.1.27/net/openvswitch/
Dvport-gre.c157 tunnel_hlen = ip_gre_calc_hlen(tun_key->tun_flags); in gre_tnl_send()
/linux-4.1.27/net/ipv4/
Dgre_demux.c113 hdr_len = ip_gre_calc_hlen(tpi->flags); in parse_gre_header()
Dip_gre.c480 tunnel->tun_hlen = ip_gre_calc_hlen(tunnel->parms.o_flags); in __gre_tunnel_init()