Searched refs:tcpipopts (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 92 __u64 *tcpipopts, char **ports, bool *single, bool *tc) in parse_options() argument 116 *tcpipopts = 0; in parse_options() 177 *tcpipopts = (mss6 << 32) | (ttl << 24) | (wscale << 16) | mss4; in parse_options() 363 __u64 tcpipopts; in main() local 372 parse_options(argc, argv, &ifindex, &prog_id, &tcpipopts, &ports, in main() 427 if (tcpipopts) { in main() 432 err = bpf_map_update_elem(values_map_fd, &key, &tcpipopts, BPF_ANY); in main() 439 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main()
|