Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_arp.h63 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/linux-4.4.14/net/sched/
Dact_mirred.c83 case ARPHRD_TUNNEL: in tcf_mirred_init()
/linux-4.4.14/net/ipv4/
Dipip.c286 dev->type = ARPHRD_TUNNEL; in ipip_tunnel_setup()
Dip_vti.c356 dev->type = ARPHRD_TUNNEL; in vti_tunnel_setup()
/linux-4.4.14/net/ipv6/
Dip6_tunnel.c701 rt->dst.dev->type != ARPHRD_TUNNEL) { in ip4ip6_err()
711 skb_dst(skb2)->dev->type != ARPHRD_TUNNEL) in ip4ip6_err()
Daddrconf.c406 dev->type == ARPHRD_TUNNEL || in ipv6_add_dev()
/linux-4.4.14/net/core/
Ddev.c282 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,