Home
last modified time | relevance | path

Searched refs:ARPHRD_TUNNEL6 (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dif_arp.h48 case ARPHRD_TUNNEL6: in dev_is_mac_header_xmit()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_arp.h55 #define ARPHRD_TUNNEL6 769 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_arp.h66 #define ARPHRD_TUNNEL6 769 /* IP6IP6 tunnel */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_arp.h42 #define ARPHRD_TUNNEL6 769 macro
/kernel/linux/linux-5.10/net/sched/
Dact_sample.c144 case ARPHRD_TUNNEL6: in tcf_sample_dev_ok_push()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_tunnel.c657 if (IS_ERR(rt) || rt->dst.dev->type != ARPHRD_TUNNEL6) { in ip4ip6_err()
666 skb_dst(skb2)->dev->type != ARPHRD_TUNNEL6) in ip4ip6_err()
1862 dev->type = ARPHRD_TUNNEL6; in ip6_tnl_dev_setup()
1907 dev->type = ARPHRD_TUNNEL6; in ip6_tnl_dev_init_gen()
Dip6_vti.c913 dev->type = ARPHRD_TUNNEL6; in vti6_dev_setup()
Daddrconf.c430 dev->type == ARPHRD_TUNNEL6 || in ipv6_add_dev()
2319 case ARPHRD_TUNNEL6: in ipv6_generate_eui64()
3349 (dev->type != ARPHRD_TUNNEL6) && in addrconf_dev_config()
/kernel/linux/linux-5.10/drivers/net/
Dtun.c3004 case ARPHRD_TUNNEL6: in tun_get_addr_len()
/kernel/linux/linux-5.10/net/core/
Ddev.c418 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,