Searched refs:bpf_ct_set_timeout (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf_fail.c22 void bpf_ct_set_timeout(struct nf_conn *, u32) __ksym;
99 bpf_ct_set_timeout(ct, 0);
H A Dtest_bpf_nf.c61 void bpf_ct_set_timeout(struct nf_conn *, u32) __ksym;
159 bpf_ct_set_timeout(ct, 10000);
/linux-master/net/netfilter/
H A Dnf_conntrack_bpf.c408 /* bpf_ct_set_timeout - Set timeout of allocated nf_conn
418 __bpf_kfunc void bpf_ct_set_timeout(struct nf_conn___init *nfct, u32 timeout) function
477 BTF_ID_FLAGS(func, bpf_ct_set_timeout, KF_TRUSTED_ARGS)

Completed in 93 milliseconds