Go to the source code of this file.
|
struct nf_conntrack_helper * | __nf_conntrack_helper_find (const char *name, u16 l3num, u8 protonum) |
|
struct nf_conntrack_helper * | nf_conntrack_helper_try_module_get (const char *name, u16 l3num, u8 protonum) |
|
int | nf_conntrack_helper_register (struct nf_conntrack_helper *) |
|
void | nf_conntrack_helper_unregister (struct nf_conntrack_helper *) |
|
struct nf_conn_help * | nf_ct_helper_ext_add (struct nf_conn *ct, struct nf_conntrack_helper *helper, gfp_t gfp) |
|
int | __nf_ct_try_assign_helper (struct nf_conn *ct, struct nf_conn *tmpl, gfp_t flags) |
|
void | nf_ct_helper_destroy (struct nf_conn *ct) |
|
int | nf_conntrack_helper_init (struct net *net) |
|
void | nf_conntrack_helper_fini (struct net *net) |
|
int | nf_conntrack_broadcast_help (struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int timeout) |
|
void | nf_ct_helper_expectfn_register (struct nf_ct_helper_expectfn *n) |
|
void | nf_ct_helper_expectfn_unregister (struct nf_ct_helper_expectfn *n) |
|
struct nf_ct_helper_expectfn * | nf_ct_helper_expectfn_find_by_name (const char *name) |
|
struct nf_ct_helper_expectfn * | nf_ct_helper_expectfn_find_by_symbol (const void *symbol) |
|
#define NF_CT_HELPER_NAME_LEN 16 |
- Enumerator:
NF_CT_HELPER_F_USERSPACE |
|
NF_CT_HELPER_F_CONFIGURED |
|
Definition at line 18 of file nf_conntrack_helper.h.
unsigned int nf_ct_helper_hsize |