Searched refs:nf_ct_ext (Results 1 – 5 of 5) sorted by relevance
38 struct nf_ct_ext { struct45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument55 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id);59 struct nf_ct_ext *ext = ct->ext; in nf_ct_ext_find()
26 struct nf_ct_ext *ext = ct->ext; in nf_ct_labels_find()
122 struct nf_ct_ext *ext;
64 return sizeof(struct nf_ct_ext) + in total_extension_size()95 struct nf_ct_ext *new; in nf_ct_ext_add()104 const struct nf_ct_ext *old = ct->ext; in nf_ct_ext_add()113 newoff = ALIGN(oldlen, __alignof__(struct nf_ct_ext)); in nf_ct_ext_add()136 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_find()
845 static bool nf_ct_ext_valid_pre(const struct nf_ct_ext *ext) in nf_ct_ext_valid_pre()857 static bool nf_ct_ext_valid_post(struct nf_ct_ext *ext) in nf_ct_ext_valid_post()
Completed in 25 milliseconds