Home
last modified time | relevance | path

Searched refs:bpf_ct_change_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf_fail.c24 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
131 bpf_ct_change_timeout(ct, 0); in change_timeout_after_alloc()
H A Dtest_bpf_nf.c83 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
209 bpf_ct_change_timeout(ct_lk, 10000); in nf_ct_test()
/linux/net/netfilter/
H A Dnf_conntrack_bpf.c475 __bpf_kfunc int bpf_ct_change_timeout(struct nf_conn *nfct, u32 timeout) in bpf_ct_change_timeout() function
520 BTF_ID_FLAGS(func, bpf_ct_change_timeout, KF_TRUSTED_ARGS)
/linux/Documentation/bpf/
H A Dkfuncs.rst403 nf_conn *`` (e.g. ``bpf_ct_change_timeout()``).