Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dxdp_adjust_tail_user.c92 __u32 max_pckt_size = 0; in main() local
113 max_pckt_size = atoi(optarg); in main()
163 if (max_pckt_size) { in main()
169 bpf_map_update_elem(map_fd, &key, &max_pckt_size, BPF_ANY); in main()