Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/Linux-v5.4/net/ipv6/
Dip6_gre.c128 ARPHRD_ETHER : ARPHRD_IP6GRE; in ip6gre_tunnel_lookup()
138 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
162 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
188 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
211 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
353 t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE); in ip6gre_tunnel_locate()
716 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) in __gre6_xmit()
1397 dev->type = ARPHRD_IP6GRE; in ip6gre_tunnel_setup()
Daddrconf.c2302 case ARPHRD_IP6GRE: in ipv6_generate_eui64()
3342 (dev->type != ARPHRD_IP6GRE) && in addrconf_dev_config()
/Linux-v5.4/net/sched/
Dact_sample.c149 case ARPHRD_IP6GRE: in tcf_sample_dev_ok_push()
/Linux-v5.4/net/mpls/
Daf_mpls.c1596 dev->type == ARPHRD_IP6GRE || in mpls_dev_notify()