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

/linux-master/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)
55 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id);
59 struct nf_ct_ext *ext = ct->ext;
H A Dnf_conntrack_labels.h26 struct nf_ct_ext *ext = ct->ext;
H A Dnf_conntrack.h122 struct nf_ct_ext *ext;
/linux-master/net/netfilter/
H A Dnf_conntrack_extend.c64 return sizeof(struct nf_ct_ext) +
95 struct nf_ct_ext *new;
100 /* struct nf_ct_ext uses u8 to store offsets/size */
104 const struct nf_ct_ext *old = ct->ext;
113 newoff = ALIGN(oldlen, __alignof__(struct nf_ct_ext));
136 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id)
H A Dnf_conntrack_core.c839 static bool nf_ct_ext_valid_pre(const struct nf_ct_ext *ext)
851 static bool nf_ct_ext_valid_post(struct nf_ct_ext *ext)

Completed in 178 milliseconds