Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_arp.h97 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c128 ARPHRD_ETHER : ARPHRD_IP6GRE; in ip6gre_tunnel_lookup()
139 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
163 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
189 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
212 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_lookup()
354 t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE); in ip6gre_tunnel_locate()
732 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) in __gre6_xmit()
1436 dev->type = ARPHRD_IP6GRE; in ip6gre_tunnel_setup()
H A Daddrconf.c2331 case ARPHRD_IP6GRE: in ipv6_generate_eui64()
3383 (dev->type != ARPHRD_IP6GRE) && in addrconf_dev_config()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_sample.c147 case ARPHRD_IP6GRE: in tcf_sample_dev_ok_push()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3025 case ARPHRD_IP6GRE: in tun_get_addr_len()