Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_arp.h48 case ARPHRD_TUNNEL6: in dev_is_mac_header_xmit()
/openbmc/linux/include/uapi/linux/
H A Dif_arp.h67 #define ARPHRD_TUNNEL6 769 /* IP6IP6 tunnel */ macro
/openbmc/linux/net/sched/
H A Dact_sample.c152 case ARPHRD_TUNNEL6: in tcf_sample_dev_ok_push()
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c624 if (IS_ERR(rt) || rt->dst.dev->type != ARPHRD_TUNNEL6) { in ip4ip6_err()
633 skb_dst(skb2)->dev->type != ARPHRD_TUNNEL6) in ip4ip6_err()
1847 dev->type = ARPHRD_TUNNEL6; in ip6_tnl_dev_setup()
1892 dev->type = ARPHRD_TUNNEL6; in ip6_tnl_dev_init_gen()
H A Dip6_vti.c913 dev->type = ARPHRD_TUNNEL6; in vti6_dev_setup()
H A Daddrconf.c437 dev->type == ARPHRD_TUNNEL6 || in ipv6_add_dev()
2357 case ARPHRD_TUNNEL6: in ipv6_generate_eui64()
3422 (dev->type != ARPHRD_TUNNEL6) && in addrconf_dev_config()
/openbmc/linux/drivers/net/
H A Dtun.c3044 case ARPHRD_TUNNEL6: in tun_get_addr_len()
/openbmc/linux/net/core/
H A Ddev.c459 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,