Searched refs:sa_proto_handle (Results 1 – 2 of 2) sorted by relevance
54 static struct sa_proto_handle sa_proto_handle; variable159 sa_proto_handle.sa_proto = in proto_plugin_init()161 sa_proto_handle.sa_ops = in proto_plugin_init()164 if (sa_proto_handle.sa_proto != NULL && in proto_plugin_init()165 sa_proto_handle.sa_ops != NULL) { in proto_plugin_init()181 sa_proto_handle.sa_num_proto++; in proto_plugin_init()182 sa_proto_handle.sa_ops[i] = in proto_plugin_init()184 sa_proto_handle.sa_proto[i] = in proto_plugin_init()229 if (sa_proto_handle.sa_ops != NULL) { in proto_plugin_fini()230 free(sa_proto_handle.sa_ops); in proto_plugin_fini()[all …]
87 struct sa_proto_handle { struct