Searched refs:kf (Results 1 – 1 of 1) sorted by relevance
205 const struct nf_osf_finger *kf; in nf_osf_match() local222 f = &kf->finger; in nf_osf_match()268 const struct nf_osf_finger *kf; in nf_osf_find() local281 f = &kf->finger; in nf_osf_find()304 struct nf_osf_finger *kf = NULL, *sf; in nfnl_osf_add_callback() local326 kf = kmalloc(sizeof(struct nf_osf_finger), GFP_KERNEL); in nfnl_osf_add_callback()327 if (!kf) in nfnl_osf_add_callback()330 memcpy(&kf->finger, f, sizeof(struct nf_osf_user_finger)); in nfnl_osf_add_callback()336 kfree(kf); in nfnl_osf_add_callback()337 kf = NULL; in nfnl_osf_add_callback()[all …]
Completed in 4 milliseconds