Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c65 const struct nf_osf_user_finger *f, in nf_osf_match_one()
203 const struct nf_osf_user_finger *f; in nf_osf_match()
266 const struct nf_osf_user_finger *f; in nf_osf_find()
296 [OSF_ATTR_FINGER] = { .len = sizeof(struct nf_osf_user_finger) },
303 struct nf_osf_user_finger *f; in nfnl_osf_add_callback()
330 memcpy(&kf->finger, f, sizeof(struct nf_osf_user_finger)); in nfnl_osf_add_callback()
333 if (memcmp(&sf->finger, f, sizeof(struct nf_osf_user_finger))) in nfnl_osf_add_callback()
357 struct nf_osf_user_finger *f; in nfnl_osf_remove_callback()
370 if (memcmp(&sf->finger, f, sizeof(struct nf_osf_user_finger))) in nfnl_osf_remove_callback()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h54 struct nf_osf_user_finger { struct
70 struct nf_osf_user_finger f; argument
H A Dxt_osf.h29 #define xt_osf_user_finger nf_osf_user_finger
/openbmc/linux/include/linux/netfilter/
H A Dnfnetlink_osf.h21 struct nf_osf_user_finger finger;