Searched defs:gss_api_mech (Results 1 – 2 of 2) sorted by relevance
49922 struct gss_api_mech { struct49923 struct list_head gm_list;49924 struct module *gm_owner;49925 struct rpcsec_gss_oid gm_oid;49926 char *gm_name;49927 const struct gss_api_ops *gm_ops;49928 int gm_pf_num;49929 struct pf_desc *gm_pfs;49930 const char *gm_upcall_enctypes;