Home
last modified time | relevance | path

Searched defs:action (Results 1 – 3 of 3) sorted by relevance

/samples/bpf/
Dxdp_rxq_info_user.c84 __u32 action; member
102 static const char *action2str(int action) in action2str()
112 __u64 action = -1; in parse_xdp_action() local
336 int action, __u32 cfg_opt) in stats_print()
430 static void stats_poll(int interval, int action, __u32 cfg_opt) in stats_poll()
470 int action = XDP_PASS; /* Default action */ in main() local
Dxdp_rxq_info_kern.c17 __u32 action; member
Dxdp_sample_user.c206 static const char *action2str(int action) in action2str()