Home
last modified time | relevance | path

Searched refs:TRANS_GRE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/um/drivers/
Dvector_user.h19 #define TRANS_GRE "gre" macro
Dvector_transports.c481 if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0) in build_transport_data()
Dvector_user.c579 if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0) in uml_vector_user_open()