Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c433 bool augmented, do_output = false; in augment_sys_enter() local
513 do_output = true; in augment_sys_enter()
517 …if (!do_output || (sizeof(struct syscall_enter_args) + output) > sizeof(struct beauty_payload_ente… in augment_sys_enter()
/linux-6.15/net/openvswitch/
H A Dactions.c932 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() function
1382 do_output(dp, skb, port, key); in do_execute_actions()
1390 do_output(dp, clone, port, key); in do_execute_actions()