Home
last modified time | relevance | path

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

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