Home
last modified time | relevance | path

Searched refs:bpf_ksock_acquire (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dksock_common.h16 struct bpf_ksock *bpf_ksock_acquire(struct bpf_ksock *ks) __ksym;
52 ks = bpf_ksock_acquire(tmp); in ksock_ctx_get()
/linux/net/core/
H A Dbpf_ksock.c199 __bpf_kfunc struct bpf_ksock *bpf_ksock_acquire(struct bpf_ksock *ks) in bpf_ksock_acquire() function
272 BTF_ID_FLAGS(func, bpf_ksock_acquire, KF_ACQUIRE | KF_RCU | KF_RET_NULL) in BTF_ID_FLAGS()