Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtcp_ca_kfunc.c45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG()
51 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG()
Dbpf_cc_cubic.c126 void BPF_PROG(bpf_cubic_cong_control, struct sock *sk, __u32 ack, int flag, in BPF_PROG()
Dbpf_dctcp.c240 void BPF_PROG(bpf_dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
Dbpf_cubic.c386 void BPF_PROG(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
/tools/testing/selftests/net/tcp_ao/lib/
Dftrace-tcp.c42 int ack; member
60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect()
129 ack:1; member
293 char fin, syn, rst, psh, ack; in tracer_scan_event() local
Daolib.h706 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect()
721 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect()
/tools/firewire/
Dnosy-dump.h68 uint32_t ack; member
159 uint32_t ack; member
/tools/include/uapi/linux/
Dtcp.h37 ack:1, member
47 ack:1, member
/tools/perf/util/
Devlist.h83 int ack; /* ack file descriptor for control commands */ member
Devlist.c2032 int evlist__initialize_ctlfd(struct evlist *evlist, int fd, int ack) in evlist__initialize_ctlfd()
/tools/perf/
Dbuiltin-daemon.c517 int control, ack = -1, len; in daemon_session__control() local
Dbuiltin-record.c106 int ack[2]; member
2241 enum thread_msg ack = THREAD_MSG__UNDEFINED; in record__terminate_thread() local