Searched defs:nf_sockopt_ops (Results 1 – 1 of 1) sorted by relevance
94 struct nf_sockopt_ops { struct95 struct list_head list;97 u_int8_t pf;100 int set_optmin;101 int set_optmax;102 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len);126 int nf_register_sockopt(struct nf_sockopt_ops *reg); argument