Home
last modified time | relevance | path

Searched refs:ARPHRD_TUNNEL (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
Dif_arp.h51 case ARPHRD_TUNNEL: in dev_is_mac_header_xmit()
/Linux-v4.19/include/uapi/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/Linux-v4.19/net/sched/
Dact_sample.c124 case ARPHRD_TUNNEL: in tcf_sample_dev_ok_push()
/Linux-v4.19/net/ipv4/
Dipip.c380 dev->type = ARPHRD_TUNNEL; in ipip_tunnel_setup()
Dip_vti.c378 dev->type = ARPHRD_TUNNEL; in vti_tunnel_setup()
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c630 if (IS_ERR(rt) || rt->dst.dev->type != ARPHRD_TUNNEL) { in ip4ip6_err()
639 skb_dst(skb2)->dev->type != ARPHRD_TUNNEL) in ip4ip6_err()
Daddrconf.c431 dev->type == ARPHRD_TUNNEL || in ipv6_add_dev()
2244 case ARPHRD_TUNNEL: in ipv6_generate_eui64()
3288 (dev->type != ARPHRD_TUNNEL) && in addrconf_dev_config()
/Linux-v4.19/net/mpls/
Daf_mpls.c1545 dev->type == ARPHRD_TUNNEL) { in mpls_dev_notify()
/Linux-v4.19/net/core/
Ddev.c292 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,