Home
last modified time | relevance | path

Searched defs:nf_sockopt_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dnetfilter.h122 struct nf_sockopt_ops { struct
123 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