Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/Linux-v4.19/net/ipv6/
Dip6_gre.c133 ARPHRD_ETHER : ARPHRD_IP6GRE; in ip6gre_tunnel_lookup()
143 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
167 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
193 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
216 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
358 t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE); in ip6gre_tunnel_locate()
734 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) in __gre6_xmit()
1405 dev->type = ARPHRD_IP6GRE; in ip6gre_tunnel_setup()
Daddrconf.c2251 case ARPHRD_IP6GRE: in ipv6_generate_eui64()
3286 (dev->type != ARPHRD_IP6GRE) && in addrconf_dev_config()
/Linux-v4.19/net/mpls/
Daf_mpls.c1543 dev->type == ARPHRD_IP6GRE || in mpls_dev_notify()