Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf_fail.c23 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
130 bpf_ct_change_timeout(ct, 0); in change_timeout_after_alloc()
H A Dtest_bpf_nf.c62 int bpf_ct_change_timeout(struct nf_conn *, u32) __ksym;
188 bpf_ct_change_timeout(ct_lk, 10000); in nf_ct_test()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_bpf.c435 __bpf_kfunc int bpf_ct_change_timeout(struct nf_conn *nfct, u32 timeout) in bpf_ct_change_timeout() function
480 BTF_ID_FLAGS(func, bpf_ct_change_timeout, KF_TRUSTED_ARGS)
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst381 nf_conn *`` (e.g. ``bpf_ct_change_timeout()``).