Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c509 bool do_output = false; in augment_sys_enter()
544 do_output = true; in sys_enter()
554 do_output = true; in sys_enter()
559 if (!do_output || (sizeof(struct syscall_enter_args) + output) > sizeof(struct beauty_payload_enter))
434 bool augmented, do_output = false; augment_sys_enter() local
/linux/net/openvswitch/
H A Dactions.c829 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() function
1282 do_output(dp, skb, port, key); in do_execute_actions()
1290 do_output(dp, clone, port, key); in do_execute_actions()