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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h61 extern int bpf_sk_assign_tcp_reqsk(struct __sk_buff *skb, struct sock *sk,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c554 ret = bpf_sk_assign_tcp_reqsk(ctx->skb, sk, &ctx->attrs, sizeof(ctx->attrs));
/linux-master/net/core/
H A Dfilter.c11895 __bpf_kfunc int bpf_sk_assign_tcp_reqsk(struct sk_buff *skb, struct sock *sk, function
12020 BTF_ID_FLAGS(func, bpf_sk_assign_tcp_reqsk, KF_TRUSTED_ARGS)

Completed in 149 milliseconds