Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 51) sorted by relevance

123

/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, in dump_tcp_sock()
147 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
172 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
199 struct seq_file *seq = ctx->meta->seq; in dump_tcp4() local
Dbpf_iter_tcp6.c74 static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp, in dump_tcp6_sock()
152 static int dump_tw_sock(struct seq_file *seq, struct tcp_timewait_sock *ttw, in dump_tw_sock()
181 static int dump_req_sock(struct seq_file *seq, struct tcp_request_sock *treq, in dump_req_sock()
215 struct seq_file *seq = ctx->meta->seq; in dump_tcp6() local
Dbpf_iter_task_stack.c15 struct seq_file *seq = ctx->meta->seq; in dump_task_stack() local
43 struct seq_file *seq = ctx->meta->seq; in get_task_user_stacks() local
Dbpf_iter_task.c16 struct seq_file *seq = ctx->meta->seq; in dump_task() local
43 struct seq_file *seq = ctx->meta->seq; in dump_task_sleepable() local
Dtest_ringbuf.c12 int seq; member
37 long seq = 0; variable
Dbpf_iter_bpf_link.c11 struct seq_file *seq = ctx->meta->seq; in dump_bpf_link() local
Dbpf_iter_test_kern3.c11 struct seq_file *seq = ctx->meta->seq; in dump_task() local
Dbpf_iter_test_kern_common.h12 struct seq_file *seq = ctx->meta->seq; in dump_task() local
Dbpf_iter_bpf_map.c11 struct seq_file *seq = ctx->meta->seq; in dump_bpf_map() local
Dbpf_iter_ipv6_route.c14 struct seq_file *seq = ctx->meta->seq; in dump_ipv6_route() local
Dcgroup_iter.c20 struct seq_file *seq = ctx->meta->seq; in cgroup_id_printer() local
Dbpf_iter_task_btf.c18 struct seq_file *seq = ctx->meta->seq; in dump_task_struct() local
Dbpf_iter_task_file.c16 struct seq_file *seq = ctx->meta->seq; in dump_task_file() local
Dbpf_iter_netlink.c17 struct seq_file *seq = ctx->meta->seq; in dump_netlink() local
Dbpf_iter_vma_offset.c19 struct seq_file *seq = ctx->meta->seq; in get_vma_offset() local
Dbpf_iter_unix.c29 struct seq_file *seq; in dump_unix() local
Dbpf_iter_ksym.c31 struct seq_file *seq = ctx->meta->seq; in dump_ksym() local
Dbpf_iter_udp4.c27 struct seq_file *seq = ctx->meta->seq; in dump_udp4() local
Dbpf_iter_test_kern4.c18 struct seq_file *seq = ctx->meta->seq; in dump_bpf_map() local
Dbpf_iter_udp6.c34 struct seq_file *seq = ctx->meta->seq; in dump_udp6() local
/tools/testing/selftests/net/
Dipsec.c307 static int veth_add(int sock, uint32_t seq, const char *peera, int ns_a, in veth_add()
357 static int ip4_addr_set(int sock, uint32_t seq, const char *intf, in ip4_addr_set()
399 static int link_set_up(int sock, uint32_t seq, const char *intf) in link_set_up()
425 static int ip4_route_set(int sock, uint32_t seq, const char *intf, in ip4_route_set()
914 static int xfrm_state_add(int xfrm_sock, uint32_t seq, uint32_t spi, in xfrm_state_add()
1003 static int xfrm_state_check(int xfrm_sock, uint32_t seq, uint32_t spi, in xfrm_state_check()
1066 static int xfrm_set(int xfrm_sock, uint32_t *seq, in xfrm_set()
1096 static int xfrm_policy_add(int xfrm_sock, uint32_t seq, uint32_t spi, in xfrm_policy_add()
1152 static int xfrm_prepare(int xfrm_sock, uint32_t *seq, in xfrm_prepare()
1171 static int xfrm_policy_del(int xfrm_sock, uint32_t seq, in xfrm_policy_del()
[all …]
/tools/testing/selftests/bpf/
Dxdping.h9 __be16 seq; member
/tools/bpf/bpftool/
Dnet.c139 static int netlink_recv(int sock, __u32 nl_pid, __u32 seq, in netlink_recv()
226 int seq = time(NULL); in netlink_get_class() local
265 int seq = time(NULL); in netlink_get_qdisc() local
305 int seq = time(NULL); in netlink_get_filter() local
342 int seq = time(NULL); in netlink_get_link() local
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c168 static void trace_print_header(int seq, int prefix) in trace_print_header()
235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry()
/tools/perf/
Dbuiltin-lock.c532 struct lock_seq_stat *seq; in get_seq() local
600 struct lock_seq_stat *seq; in report_lock_acquire_event() local
675 struct lock_seq_stat *seq; in report_lock_acquired_event() local
741 struct lock_seq_stat *seq; in report_lock_contended_event() local
799 struct lock_seq_stat *seq; in report_lock_release_event() local
1046 struct lock_seq_stat *seq; in report_lock_contention_begin_event() local
1124 struct lock_seq_stat *seq; in report_lock_contention_end_event() local

123