Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_rxq_info_user.c452 __u32 cfg_options= NO_TOUCH ; /* Default: Don't touch packet memory */ in main() local
532 cfg_options |= READ_MEM; in main()
535 cfg_options |= SWAP_MAC; in main()
573 cfg_options |= SWAP_MAC; in main()
574 cfg.options = cfg_options; in main()
603 stats_poll(interval, action, cfg_options); in main()