|
| EXPORT_SYMBOL_GPL (nfnetlink_parse_nat_setup_hook) |
|
| EXPORT_SYMBOL_GPL (nf_nat_seq_adjust_hook) |
|
| DEFINE_SPINLOCK (nf_conntrack_lock) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_lock) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_htable_size) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_max) |
|
| DEFINE_PER_CPU (struct nf_conn, nf_conntrack_untracked) |
|
| EXPORT_PER_CPU_SYMBOL (nf_conntrack_untracked) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_hash_rnd) |
|
bool | nf_ct_get_tuple (const struct sk_buff *skb, unsigned int nhoff, unsigned int dataoff, u_int16_t l3num, u_int8_t protonum, struct nf_conntrack_tuple *tuple, const struct nf_conntrack_l3proto *l3proto, const struct nf_conntrack_l4proto *l4proto) |
|
| EXPORT_SYMBOL_GPL (nf_ct_get_tuple) |
|
bool | nf_ct_get_tuplepr (const struct sk_buff *skb, unsigned int nhoff, u_int16_t l3num, struct nf_conntrack_tuple *tuple) |
|
| EXPORT_SYMBOL_GPL (nf_ct_get_tuplepr) |
|
bool | nf_ct_invert_tuple (struct nf_conntrack_tuple *inverse, const struct nf_conntrack_tuple *orig, const struct nf_conntrack_l3proto *l3proto, const struct nf_conntrack_l4proto *l4proto) |
|
| EXPORT_SYMBOL_GPL (nf_ct_invert_tuple) |
|
void | nf_ct_delete_from_lists (struct nf_conn *ct) |
|
| EXPORT_SYMBOL_GPL (nf_ct_delete_from_lists) |
|
void | nf_ct_insert_dying_list (struct nf_conn *ct) |
|
| EXPORT_SYMBOL_GPL (nf_ct_insert_dying_list) |
|
struct nf_conntrack_tuple_hash * | __nf_conntrack_find (struct net *net, u16 zone, const struct nf_conntrack_tuple *tuple) |
|
| EXPORT_SYMBOL_GPL (__nf_conntrack_find) |
|
struct nf_conntrack_tuple_hash * | nf_conntrack_find_get (struct net *net, u16 zone, const struct nf_conntrack_tuple *tuple) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_find_get) |
|
int | nf_conntrack_hash_check_insert (struct nf_conn *ct) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_hash_check_insert) |
|
int | __nf_conntrack_confirm (struct sk_buff *skb) |
|
| EXPORT_SYMBOL_GPL (__nf_conntrack_confirm) |
|
int | nf_conntrack_tuple_taken (const struct nf_conntrack_tuple *tuple, const struct nf_conn *ignored_conntrack) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_tuple_taken) |
|
void | init_nf_conntrack_hash_rnd (void) |
|
struct nf_conn * | nf_conntrack_alloc (struct net *net, u16 zone, const struct nf_conntrack_tuple *orig, const struct nf_conntrack_tuple *repl, gfp_t gfp) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_alloc) |
|
void | nf_conntrack_free (struct nf_conn *ct) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_free) |
|
unsigned int | nf_conntrack_in (struct net *net, u_int8_t pf, unsigned int hooknum, struct sk_buff *skb) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_in) |
|
bool | nf_ct_invert_tuplepr (struct nf_conntrack_tuple *inverse, const struct nf_conntrack_tuple *orig) |
|
| EXPORT_SYMBOL_GPL (nf_ct_invert_tuplepr) |
|
void | nf_conntrack_alter_reply (struct nf_conn *ct, const struct nf_conntrack_tuple *newreply) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_alter_reply) |
|
void | __nf_ct_refresh_acct (struct nf_conn *ct, enum ip_conntrack_info ctinfo, const struct sk_buff *skb, unsigned long extra_jiffies, int do_acct) |
|
| EXPORT_SYMBOL_GPL (__nf_ct_refresh_acct) |
|
bool | __nf_ct_kill_acct (struct nf_conn *ct, enum ip_conntrack_info ctinfo, const struct sk_buff *skb, int do_acct) |
|
| EXPORT_SYMBOL_GPL (__nf_ct_kill_acct) |
|
void | nf_ct_iterate_cleanup (struct net *net, int(*iter)(struct nf_conn *i, void *data), void *data) |
|
| EXPORT_SYMBOL_GPL (nf_ct_iterate_cleanup) |
|
void | nf_ct_free_hashtable (void *hash, unsigned int size) |
|
| EXPORT_SYMBOL_GPL (nf_ct_free_hashtable) |
|
void | nf_conntrack_flush_report (struct net *net, u32 pid, int report) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_flush_report) |
|
void | nf_conntrack_cleanup (struct net *net) |
|
void * | nf_ct_alloc_hashtable (unsigned int *sizep, int nulls) |
|
| EXPORT_SYMBOL_GPL (nf_ct_alloc_hashtable) |
|
int | nf_conntrack_set_hashsize (const char *val, struct kernel_param *kp) |
|
| EXPORT_SYMBOL_GPL (nf_conntrack_set_hashsize) |
|
| module_param_call (hashsize, nf_conntrack_set_hashsize, param_get_uint,&nf_conntrack_htable_size, 0600) |
|
void | nf_ct_untracked_status_or (unsigned long bits) |
|
| EXPORT_SYMBOL_GPL (nf_ct_untracked_status_or) |
|
| EXPORT_SYMBOL_GPL (nf_ct_nat_offset) |
|
int | nf_conntrack_init (struct net *net) |
|