Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_timeout.h22 struct nf_conn_timeout { struct
29 struct nf_conn_timeout *nf_ct_timeout_find(const struct nf_conn *ct) in nf_ct_timeout_find() argument
39 struct nf_conn_timeout *nf_ct_timeout_ext_add(struct nf_conn *ct, in nf_ct_timeout_ext_add()
44 struct nf_conn_timeout *timeout_ext; in nf_ct_timeout_ext_add()
63 struct nf_conn_timeout *timeout_ext; in nf_ct_timeout_lookup()
Dnf_conntrack_extend.h43 #define NF_CT_EXT_TIMEOUT_TYPE struct nf_conn_timeout
/linux-4.1.27/net/netfilter/
Dnf_conntrack_timeout.c35 .len = sizeof(struct nf_conn_timeout),
36 .align = __alignof__(struct nf_conn_timeout),
Dxt_CT.c125 struct nf_conn_timeout *timeout_ext; in xt_ct_set_timeout()
292 struct nf_conn_timeout *timeout_ext; in xt_ct_destroy_timeout()
Dnf_conntrack_core.c905 struct nf_conn_timeout *timeout_ext; in init_conntrack()