Searched refs:pppox_protos (Results 1 – 1 of 1) sorted by relevance
39 static const struct pppox_proto *pppox_protos[PX_MAX_PROTO + 1]; variable45 if (pppox_protos[proto_num]) in register_pppox_proto()47 pppox_protos[proto_num] = pp; in register_pppox_proto()54 pppox_protos[proto_num] = NULL; in unregister_pppox_proto()96 rc = pppox_protos[sk->sk_protocol]->ioctl ? in pppox_ioctl()97 pppox_protos[sk->sk_protocol]->ioctl(sock, cmd, arg) : -ENOTTY; in pppox_ioctl()115 if (!pppox_protos[protocol]) in pppox_create()117 if (!pppox_protos[protocol] || in pppox_create()118 !try_module_get(pppox_protos[protocol]->owner)) in pppox_create()121 rc = pppox_protos[protocol]->create(net, sock, kern); in pppox_create()[all …]