Searched defs:nf_sockopt_ops (Results 1 – 1 of 1) sorted by relevance
100 struct nf_sockopt_ops { struct101 struct list_head list;103 u_int8_t pf;106 int set_optmin;107 int set_optmax;108 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len);110 int (*compat_set)(struct sock *sk, int optval,113 int get_optmin;114 int get_optmax;115 int (*get)(struct sock *sk, int optval, void __user *user, int *len);[all …]