Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dxdp_synproxy.c92 __u64 *tcpipopts, char **ports, bool *single, bool *tc) in parse_options() argument
115 *tcpipopts = 0; in parse_options()
175 *tcpipopts = (mss6 << 32) | (ttl << 24) | (wscale << 16) | mss4; in parse_options()
358 __u64 tcpipopts; in main() local
367 parse_options(argc, argv, &ifindex, &prog_id, &tcpipopts, &ports, in main()
422 if (tcpipopts) { in main()
427 err = bpf_map_update_elem(values_map_fd, &key, &tcpipopts, BPF_ANY); in main()
434 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main()