Searched defs:nf_sockopt_ops (Results 1 – 1 of 1) sorted by relevance
122 struct nf_sockopt_ops { struct123 struct list_head list;125 u_int8_t pf;128 int set_optmin;129 int set_optmax;130 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len);154 int nf_register_sockopt(struct nf_sockopt_ops *reg); argument