Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_arp.h95 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/linux-4.1.27/net/ipv6/
Dip6_gre.c125 ARPHRD_ETHER : ARPHRD_IP6GRE; in ip6gre_tunnel_lookup()
135 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
159 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
185 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
208 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
316 t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE); in ip6gre_tunnel_locate()
627 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) { in ip6gre_xmit2()
1236 dev->type = ARPHRD_IP6GRE; in ip6gre_tunnel_setup()