Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_seqadj.c14 struct nf_conn_seqadj *seqadj; in nf_ct_seqadj_init()
33 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seqadj_set()
123 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_sack_adjust()
172 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_adjust()
224 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in nf_ct_seq_offset()
237 .len = sizeof(struct nf_conn_seqadj),
238 .align = __alignof__(struct nf_conn_seqadj),
A Dnf_conntrack_netlink.c450 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_dump_ct_seq_adj()
2094 struct nf_conn_seqadj *seqadj = nfct_seqadj(ct); in ctnetlink_change_seq_adj()
A Dnf_conntrack_core.c2639 + sizeof(struct nf_conn_seqadj) in total_extension_size()
/linux/include/net/netfilter/
A Dnf_conntrack_seqadj.h20 struct nf_conn_seqadj { struct
24 static inline struct nf_conn_seqadj *nfct_seqadj(const struct nf_conn *ct) in nfct_seqadj() argument
29 static inline struct nf_conn_seqadj *nfct_seqadj_ext_add(struct nf_conn *ct) in nfct_seqadj_ext_add()
A Dnf_conntrack_extend.h36 #define NF_CT_EXT_SEQADJ_TYPE struct nf_conn_seqadj

Completed in 16 milliseconds