Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_bpf_nf_fail.c20 struct nf_conn *bpf_ct_insert_entry(struct nf_conn *) __ksym;
51 ct = bpf_ct_insert_entry(ct); in insert_insert()
54 ct = bpf_ct_insert_entry(ct); in insert_insert()
68 bpf_ct_insert_entry(ct); in lookup_insert()
96 ct = bpf_ct_insert_entry(ct); in set_timeout_after_insert()
113 ct = bpf_ct_insert_entry(ct); in set_status_after_insert()
A Dtest_bpf_nf.c59 struct nf_conn *bpf_ct_insert_entry(struct nf_conn *) __ksym;
170 ct_ins = bpf_ct_insert_entry(ct); in nf_ct_test()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_bpf.c379 __bpf_kfunc struct nf_conn *bpf_ct_insert_entry(struct nf_conn___init *nfct_i) in bpf_ct_insert_entry() function
476 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)

Completed in 6 milliseconds