Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h108 bpf_sock_ops_cb_flags_set(skops, in clear_hdr_cb_flags()
116 bpf_sock_ops_cb_flags_set(skops, in set_hdr_cb_flags()
125 bpf_sock_ops_cb_flags_set(skops, in clear_parse_all_hdr_cb_flags()
133 bpf_sock_ops_cb_flags_set(skops, in set_parse_all_hdr_cb_flags()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c95 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb()
97 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb()
142 bpf_sock_ops_cb_flags_set(skops, BPF_SOCK_OPS_STATE_CB_FLAG); in bpf_testcb()
H A Dtcp_rtt.c43 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
H A Dtest_tcpnotify_kern.c57 bpf_sock_ops_cb_flags_set(skops, (BPF_SOCK_OPS_RETRANS_CB_FLAG| in bpf_testcb()
H A Dtest_misc_tcp_hdr_options.c285 bpf_sock_ops_cb_flags_set(skops, in handle_passive_estab()
/linux/samples/bpf/
H A Dtcp_dumpstats_kern.c35 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
/linux/net/core/
H A Dfilter.c5775 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
5790 .func = bpf_sock_ops_cb_flags_set,