Home
last modified time | relevance | path

Searched refs:kf (Results 1 – 1 of 1) sorted by relevance

/net/netfilter/
A Dnfnetlink_osf.c205 const struct nf_osf_finger *kf; in nf_osf_match() local
222 f = &kf->finger; in nf_osf_match()
268 const struct nf_osf_finger *kf; in nf_osf_find() local
281 f = &kf->finger; in nf_osf_find()
304 struct nf_osf_finger *kf = NULL, *sf; in nfnl_osf_add_callback() local
326 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