Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_extend.h38 struct nf_ct_ext { struct
45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument
55 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()
H A Dnf_conntrack_labels.h26 struct nf_ct_ext *ext = ct->ext; in nf_ct_labels_find()
H A Dnf_conntrack.h122 struct nf_ct_ext *ext;
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_extend.c64 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()
H A Dnf_conntrack_core.c839 static bool nf_ct_ext_valid_pre(const struct nf_ct_ext *ext) in nf_ct_ext_valid_pre()
851 static bool nf_ct_ext_valid_post(struct nf_ct_ext *ext) in nf_ct_ext_valid_post()