Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_arp.h63 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/linux-4.1.27/net/sched/
Dact_mirred.c77 case ARPHRD_TUNNEL: in tcf_mirred_init()
/linux-4.1.27/net/ipv4/
Dipip.c288 dev->type = ARPHRD_TUNNEL; in ipip_tunnel_setup()
Dip_vti.c356 dev->type = ARPHRD_TUNNEL; in vti_tunnel_setup()
/linux-4.1.27/net/ipv6/
Dip6_tunnel.c642 rt->dst.dev->type != ARPHRD_TUNNEL) { in ip4ip6_err()
652 skb_dst(skb2)->dev->type != ARPHRD_TUNNEL) in ip4ip6_err()
Daddrconf.c401 dev->type == ARPHRD_TUNNEL || in ipv6_add_dev()
/linux-4.1.27/net/core/
Ddev.c280 ARPHRD_RAWHDLC, ARPHRD_TUNNEL, ARPHRD_TUNNEL6, ARPHRD_FRAD,