nf_ct_ext
struct nf_ct_ext *ext;
static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id)
void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id);
struct nf_ct_ext *ext = ct->ext;
struct nf_ct_ext *ext = ct->ext;
static bool nf_ct_ext_valid_pre(const struct nf_ct_ext *ext)
static bool nf_ct_ext_valid_post(struct nf_ct_ext *ext)
const struct nf_ct_ext *old = ct->ext;
newoff = ALIGN(oldlen, __alignof__(struct nf_ct_ext));
void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id)
return sizeof(struct nf_ct_ext) +
struct nf_ct_ext *new;