Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_tcpbpf_kern.c61 bad_call_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb()
63 good_call_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb()
113 bpf_sock_ops_cb_flags_set(skops, BPF_SOCK_OPS_STATE_CB_FLAG); in bpf_testcb()
Dbpf_helpers.h76 static int (*bpf_sock_ops_cb_flags_set)(void *ctx, int flags) = variable
/Linux-v4.19/net/core/
Dfilter.c4109 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
4125 .func = bpf_sock_ops_cb_flags_set,