Lines Matching refs:pf
34 struct pf_desc *pf; in gss_mech_free() local
38 pf = &gm->gm_pfs[i]; in gss_mech_free()
39 if (pf->domain) in gss_mech_free()
40 auth_domain_put(pf->domain); in gss_mech_free()
41 kfree(pf->auth_domain_name); in gss_mech_free()
42 pf->auth_domain_name = NULL; in gss_mech_free()
64 struct pf_desc *pf; in gss_mech_svc_setup() local
68 pf = &gm->gm_pfs[i]; in gss_mech_svc_setup()
69 pf->auth_domain_name = make_auth_domain_name(pf->name); in gss_mech_svc_setup()
71 if (pf->auth_domain_name == NULL) in gss_mech_svc_setup()
74 pf->pseudoflavor, pf->auth_domain_name); in gss_mech_svc_setup()
79 pf->domain = dom; in gss_mech_svc_setup()