Searched refs:bpf_sock_ops_cb_flags_set (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A 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/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 95 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 D | tcp_rtt.c | 43 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
|
H A D | test_tcpnotify_kern.c | 57 bpf_sock_ops_cb_flags_set(skops, (BPF_SOCK_OPS_RETRANS_CB_FLAG| in bpf_testcb()
|
H A D | test_misc_tcp_hdr_options.c | 285 bpf_sock_ops_cb_flags_set(skops, in handle_passive_estab()
|
/linux/samples/bpf/ |
H A D | tcp_dumpstats_kern.c | 35 bpf_sock_ops_cb_flags_set(ctx, BPF_SOCK_OPS_RTT_CB_FLAG); in _sockops()
|
/linux/net/core/ |
H A D | filter.c | 5775 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,
|