Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetfilter.h94 struct nf_sockopt_ops { struct
95 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