Searched refs:bpf_sock_ops_cb_flags_set (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_tcp_hdr_options.h | 108 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-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 106 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 108 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 153 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 | 285 bpf_sock_ops_cb_flags_set(skops, in handle_passive_estab()
|
D | setget_sockopt.c | 390 bpf_sock_ops_cb_flags_set(skops, in skops_sockopt()
|
/linux-6.6.21/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.6.21/net/core/ |
D | filter.c | 5670 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 5685 .func = bpf_sock_ops_cb_flags_set,
|