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
526 cfg_options |= READ_MEM; in main()
529 cfg_options |= SWAP_MAC; in main()
567 cfg_options |= SWAP_MAC; in main()
568 cfg.options = cfg_options; in main()
597 stats_poll(interval, action, cfg_options); in main()