Searched refs:init_stg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 416 struct hdr_stg init_stg = { in handle_active_estab() local 425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab() 428 &init_stg, in handle_active_estab() 432 if (init_stg.resend_syn) in handle_active_estab() 467 struct hdr_stg init_stg = {}; in handle_passive_estab() local 480 init_stg.syncookie = true; in handle_passive_estab() 505 init_stg.fastopen = true; in handle_passive_estab() 512 !bpf_sk_storage_get(&hdr_stg_map, skops->sk, &init_stg, in handle_passive_estab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 416 struct hdr_stg init_stg = { in handle_active_estab() local 425 init_stg.resend_syn = TEST_OPTION_FLAGS(active_estab_in.flags, in handle_active_estab() 428 &init_stg, in handle_active_estab() 432 if (init_stg.resend_syn) in handle_active_estab() 467 struct hdr_stg init_stg = {}; in handle_passive_estab() local 480 init_stg.syncookie = true; in handle_passive_estab() 505 init_stg.fastopen = true; in handle_passive_estab() 512 !bpf_sk_storage_get(&hdr_stg_map, skops->sk, &init_stg, in handle_passive_estab()
|
Completed in 2 milliseconds