nf_sockopt_ops
int nf_register_sockopt(struct nf_sockopt_ops *reg);
void nf_unregister_sockopt(struct nf_sockopt_ops *reg);
static struct nf_sockopt_ops ebt_sockopts = {
static struct nf_sockopt_ops arpt_sockopts = {
static struct nf_sockopt_ops ipt_sockopts = {
static struct nf_sockopt_ops ip6t_sockopts = {
static struct nf_sockopt_ops so_set __read_mostly = {
static struct nf_sockopt_ops ip_vs_sockopts = {
static struct nf_sockopt_ops so_getorigdst = {
static struct nf_sockopt_ops so_getorigdst6 = {
struct nf_sockopt_ops *ops;
int nf_register_sockopt(struct nf_sockopt_ops *reg)
struct nf_sockopt_ops *ops;
void nf_unregister_sockopt(struct nf_sockopt_ops *reg)
static struct nf_sockopt_ops *nf_sockopt_find(struct sock *sk, u_int8_t pf,
struct nf_sockopt_ops *ops;
struct nf_sockopt_ops *ops;