Searched refs:bpf_sock_ops_cb_flags_set (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_tcp_hdr_options.h | 107 bpf_sock_ops_cb_flags_set(skops, in clear_hdr_cb_flags() 115 bpf_sock_ops_cb_flags_set(skops, in set_hdr_cb_flags() 124 bpf_sock_ops_cb_flags_set(skops, in clear_parse_all_hdr_cb_flags() 132 bpf_sock_ops_cb_flags_set(skops, in set_parse_all_hdr_cb_flags()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 108 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 110 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 155 bpf_sock_ops_cb_flags_set(skops, BPF_SOCK_OPS_STATE_CB_FLAG); in bpf_testcb()
|
D | tcp_rtt.c | 40 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
|
D | test_tcpnotify_kern.c | 57 bpf_sock_ops_cb_flags_set(skops, (BPF_SOCK_OPS_RETRANS_CB_FLAG| in bpf_testcb()
|
D | test_misc_tcp_hdr_options.c | 281 bpf_sock_ops_cb_flags_set(skops, in handle_passive_estab()
|
/linux-6.1.9/samples/bpf/ |
D | tcp_dumpstats_kern.c | 35 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
|
/linux-6.1.9/net/core/ |
D | filter.c | 5568 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 5583 .func = bpf_sock_ops_cb_flags_set,
|