Home
last modified time | relevance | path

Searched refs:ARPHRD_IPGRE (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_arp.h72 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
/linux-2.4.37.9/net/ipv4/
Dip_gre.c500 rt->u.dst.dev->type != ARPHRD_IPGRE) { in ipgre_err()
508 skb2->dst->dev->type != ARPHRD_IPGRE) { in ipgre_err()
1139 dev->type = ARPHRD_IPGRE; in ipgre_tunnel_init_gen()
Dipip.c431 rt->u.dst.dev->type != ARPHRD_IPGRE) { in ipip_err()
439 skb2->dst->dev->type != ARPHRD_IPGRE) { in ipip_err()
/linux-2.4.37.9/net/decnet/
Ddn_neigh.c151 if ((dev->type == ARPHRD_IPGRE) || (dev->flags & IFF_POINTOPOINT)) in dn_neigh_construct()
Ddn_dev.c81 type: ARPHRD_IPGRE, /* DECnet tunneled over GRE in IP */