Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_arp.h51 case ARPHRD_IP6GRE: in dev_is_mac_header_xmit()
/linux/include/uapi/linux/
H A Dif_arp.h98 #define ARPHRD_IP6GRE 823 /* GRE over IPv6 */ macro
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c530 .dev_type = ARPHRD_IP6GRE,
550 .dev_type = ARPHRD_IP6GRE,
636 case ARPHRD_IP6GRE: in mlxsw_sp_ipip_netdev_ul_dev_get()
/linux/net/sched/
H A Dact_sample.c155 case ARPHRD_IP6GRE: in tcf_sample_dev_ok_push()
/linux/net/ipv6/
H A Dip6_gre.c119 if (t->dev->type != ARPHRD_IP6GRE && in ip6gre_tunnel_match()
153 ARPHRD_ETHER : ARPHRD_IP6GRE; in ip6gre_tunnel_lookup()
323 t = ip6gre_tunnel_find(net, parms, ARPHRD_IP6GRE); in ip6gre_tunnel_locate()
729 if (dev->header_ops && dev->type == ARPHRD_IP6GRE) in __gre6_xmit()
1435 dev->type = ARPHRD_IP6GRE; in ip6gre_tunnel_setup()
H A Daddrconf.c2396 case ARPHRD_IP6GRE: in ipv6_generate_eui64()
3467 (dev->type != ARPHRD_IP6GRE) && in addrconf_dev_config()
/linux/net/core/
H A Ddev.c493 ARPHRD_CAIF, ARPHRD_IP6GRE, ARPHRD_NETLINK, ARPHRD_6LOWPAN,