Home
last modified time | relevance | path

Searched refs:GRE_IS_ROUTING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING) macro
/openbmc/linux/drivers/net/ppp/
H A Dpptp.c364 GRE_IS_ROUTING(header->gre_hd.flags) || /* flag ROUTING should be clear */ in pptp_rcv()