Searched refs:bpf_sock_ops_cb_flags_set (Results 1 – 3 of 3) sorted by relevance
61 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()
76 static int (*bpf_sock_ops_cb_flags_set)(void *ctx, int flags) = variable
4109 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument4125 .func = bpf_sock_ops_cb_flags_set,