Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nf_sockopt.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
#include <linux/mutex.h>
#include <net/sock.h>
#include "nf_internals.h"

Go to the source code of this file.

Functions

int nf_register_sockopt (struct nf_sockopt_ops *reg)
 
 EXPORT_SYMBOL (nf_register_sockopt)
 
void nf_unregister_sockopt (struct nf_sockopt_ops *reg)
 
 EXPORT_SYMBOL (nf_unregister_sockopt)
 
int nf_setsockopt (struct sock *sk, u_int8_t pf, int val, char __user *opt, unsigned int len)
 
 EXPORT_SYMBOL (nf_setsockopt)
 
int nf_getsockopt (struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len)
 
 EXPORT_SYMBOL (nf_getsockopt)
 

Function Documentation

EXPORT_SYMBOL ( nf_register_sockopt  )
EXPORT_SYMBOL ( nf_unregister_sockopt  )
EXPORT_SYMBOL ( nf_setsockopt  )
EXPORT_SYMBOL ( nf_getsockopt  )
int nf_getsockopt ( struct sock sk,
u_int8_t  pf,
int  val,
char __user opt,
int len 
)

Definition at line 122 of file nf_sockopt.c.

int nf_register_sockopt ( struct nf_sockopt_ops *  reg)

Definition at line 24 of file nf_sockopt.c.

int nf_setsockopt ( struct sock sk,
u_int8_t  pf,
int  val,
char __user opt,
unsigned int  len 
)

Definition at line 115 of file nf_sockopt.c.

void nf_unregister_sockopt ( struct nf_sockopt_ops *  reg)

Definition at line 55 of file nf_sockopt.c.