Home
last modified time | relevance | path

Searched refs:nf_ct_ext (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_extend.c26 struct nf_ct_ext *ext = ct->ext; in __nf_ct_ext_destroy()
47 nf_ct_ext_create(struct nf_ct_ext **ext, enum nf_ct_ext_id id, in nf_ct_ext_create()
57 off = ALIGN(sizeof(struct nf_ct_ext), t->align); in nf_ct_ext_create()
75 struct nf_ct_ext *old, *new; in __nf_ct_ext_add_length()
144 t1->alloc_size = ALIGN(sizeof(struct nf_ct_ext), t1->align) + in update_alloc_size()
172 type->alloc_size = ALIGN(sizeof(struct nf_ct_ext), type->align) in nf_ct_extend_register()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_extend.h48 struct nf_ct_ext { struct
55 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument
Dnf_conntrack.h115 struct nf_ct_ext *ext;