Home
last modified time | relevance | path

Searched refs:__nf_ct_set_timeout (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_conntrack_core.h93 static inline void __nf_ct_set_timeout(struct nf_conn *ct, u64 timeout) in __nf_ct_set_timeout() function
/linux/net/netfilter/
H A Dnf_conntrack_bpf.c183 __nf_ct_set_timeout(ct, timeout * HZ); in __bpf_nf_ct_alloc_entry()
472 __nf_ct_set_timeout((struct nf_conn *)nfct, msecs_to_jiffies(timeout)); in bpf_ct_set_timeout()
H A Dnf_conntrack_core.c2774 __nf_ct_set_timeout(ct, timeout); in __nf_ct_change_timeout()