Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ppp/
H A Dpptp.c656 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
679 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
690 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_exit_module()
/linux-6.15/include/net/
H A Dgre.h23 #define GREPROTO_PPTP 1 macro