Searched defs:ack (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
A D | tcp_ca_kfunc.c | 45 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()
|
A D | bpf_cc_cubic.c | 126 void BPF_PROG(bpf_cubic_cong_control, struct sock *sk, __u32 ack, int flag, in BPF_PROG()
|
A D | bpf_dctcp.c | 240 void BPF_PROG(bpf_dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
|
A D | bpf_cubic.c | 386 void BPF_PROG(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
|
/tools/testing/selftests/net/tcp_ao/lib/ |
A D | ftrace-tcp.c | 42 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
|
A D | aolib.h | 773 int fin, int syn, int rst, int psh, int ack) in trace_hash_event_expect() 788 int fin, int syn, int rst, int psh, int ack, in trace_ao_event_expect()
|
/tools/firewire/ |
A D | nosy-dump.h | 68 uint32_t ack; member 159 uint32_t ack; member
|
/tools/include/uapi/linux/ |
A D | tcp.h | 37 ack:1, member 47 ack:1, member
|
/tools/perf/util/ |
A D | evlist.h | 86 int ack; /* ack file descriptor for control commands */ member
|
A D | evlist.c | 1973 int evlist__initialize_ctlfd(struct evlist *evlist, int fd, int ack) in evlist__initialize_ctlfd()
|
/tools/testing/selftests/coredump/ |
A D | stackdump_test.c | 696 struct coredump_ack ack; in send_coredump_ack() member
|
/tools/perf/ |
A D | builtin-daemon.c | 517 int control, ack = -1, len; in daemon_session__control() local
|
A D | builtin-record.c | 108 int ack[2]; member 2275 enum thread_msg ack = THREAD_MSG__UNDEFINED; in record__terminate_thread() local
|
Completed in 53 milliseconds