Searched refs:do_output (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/bpf_skel/ |
H A D | augmented_raw_syscalls.bpf.c | 434 bool augmented, do_output = false; in augment_sys_enter() local 514 do_output = true; in augment_sys_enter() 518 …if (!do_output || (sizeof(struct syscall_enter_args) + output) > sizeof(struct beauty_payload_ente… in augment_sys_enter()
|
/linux/net/openvswitch/ |
H A D | actions.c | 891 static void do_output(struct datapath *dp, struct sk_buff *skb, int out_port, in do_output() function 1343 do_output(dp, skb, port, key); in do_execute_actions() 1351 do_output(dp, clone, port, key); in do_execute_actions()
|