Searched refs:PX_PROTO_PPTP (Results 1 – 4 of 4) sorted by relevance
416 if (sp->sa_protocol != PX_PROTO_PPTP) in pptp_connect()484 sp.sa_protocol = PX_PROTO_PPTP; in pptp_getname()554 sk->sk_protocol = PX_PROTO_PPTP; in pptp_create()660 err = register_pppox_proto(PX_PROTO_PPTP, &pppox_pptp_proto); in pptp_init_module()680 unregister_pppox_proto(PX_PROTO_PPTP); in pptp_exit_module()692 MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_PPTP);
62 #define PX_PROTO_PPTP 2 macro