Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 61) sorted by relevance

123

/tools/net/ynl/samples/
A Drt-link.c56 struct rt_link_newlink_req *req; in rt_link_create_netkit() local
115 struct rt_link_dellink_req *req; in rt_link_del() local
136 struct rt_link_getlink_req_dump *req; in main() local
A Dovs.c19 struct ovs_datapath_new_req *req; in main() local
33 struct ovs_datapath_get_req_dump *req; in main() local
A Drt-route.c46 struct rt_route_getroute_req_dump *req; in main() local
A Dtc.c46 struct tc_getqdisc_req_dump *req; in main() local
A Drt-addr.c47 struct rt_addr_getaddr_req *req; in main() local
A Dnetdev.c88 struct netdev_dev_get_req *req; in main() local
/tools/lib/bpf/
A Dnetlink.c222 static int libbpf_netlink_send_recv(struct libbpf_nla_req *req, in libbpf_netlink_send_recv()
269 struct libbpf_nla_req req = { in libbpf_netlink_resolve_genl_family_id() local
291 struct libbpf_nla_req req; in __bpf_set_link_xdp_fd_replace() local
433 struct libbpf_nla_req req = { in bpf_xdp_query() local
534 static int clsact_config(struct libbpf_nla_req *req, const struct bpf_tc_hook *hook) in clsact_config()
542 static int qdisc_config(struct libbpf_nla_req *req, const struct bpf_tc_hook *hook) in qdisc_config()
599 struct libbpf_nla_req req; in tc_qdisc_modify() local
709 static int tc_add_fd_and_name(struct libbpf_nla_req *req, int fd) in tc_add_fd_and_name()
737 struct libbpf_nla_req req; in bpf_tc_attach() local
812 struct libbpf_nla_req req; in __bpf_tc_detach() local
[all …]
A Dnlattr.h136 static inline struct nlattr *req_tail(struct libbpf_nla_req *req) in req_tail()
141 static inline int nlattr_add(struct libbpf_nla_req *req, int type, in nlattr_add()
160 static inline struct nlattr *nlattr_begin_nested(struct libbpf_nla_req *req, int type) in nlattr_begin_nested()
170 static inline void nlattr_end_nested(struct libbpf_nla_req *req, in nlattr_end_nested()
/tools/testing/selftests/coredump/
A Dstackdump_test.c634 static bool read_coredump_req(int fd, struct coredump_req *req) in read_coredump_req()
687 static bool send_coredump_ack(int fd, const struct coredump_req *req, in send_coredump_ack()
744 struct coredump_req req = {}; in TEST_F() local
868 struct coredump_req req = {}; in TEST_F() local
981 struct coredump_req req = {}; in TEST_F() local
1094 struct coredump_req req = {}; in TEST_F() local
1192 struct coredump_req req = {}; in TEST_F() local
1289 struct coredump_req req = {}; in TEST_F() local
1388 struct coredump_req req = {}; in TEST_F() local
1495 struct coredump_req req = {}; variable
[all …]
/tools/testing/selftests/filesystems/statmount/
A Dstatmount.h50 struct mnt_id_req req = { in statmount() local
68 struct mnt_id_req req = { in listmount() local
/tools/testing/selftests/net/
A Dipv6_flowlabel_mgr.c50 struct in6_flowlabel_req req = { in flowlabel_get() local
66 struct in6_flowlabel_req req = { in flowlabel_put() local
A Dipsec.c316 } req; in veth_add() local
366 } req; in ip4_addr_set() local
406 } req; in link_set_up() local
433 } req; in ip4_route_set() local
923 } req; in xfrm_state_add() local
1011 } req; in xfrm_state_check() local
1105 } req; in xfrm_policy_add() local
1180 } req; in xfrm_policy_del() local
1230 } req; in xfrm_state_del() local
1280 } req; in xfrm_state_allocspi() local
[all …]
/tools/power/x86/intel-speed-select/
A Disst-core-mbox.c538 unsigned int req, resp; in mbox_get_get_trl() local
631 unsigned int req, resp; in mbox_get_pbf_info() local
700 unsigned int req = 0, resp; in mbox_set_pbf_fact_status() local
865 unsigned int req, resp; in _write_pm_config() local
885 unsigned int req, resp; in mbox_pm_qos_config() local
972 unsigned int req, resp; in mbox_set_clos() local
1017 unsigned int req, resp; in mbox_clos_associate() local
/tools/testing/selftests/gpio/
A Dgpio-mockup-cdev.c24 struct gpio_v2_line_request req; in request_line_v2() local
62 struct gpiohandle_request req; in request_line_v1() local
/tools/testing/selftests/net/tcp_ao/lib/
A Dnetlink.c142 } req; in __add_veth() local
205 } req; in __ip_addr_add() local
252 } req; in __ip_route_add() local
314 } req; in __link_set_up() local
356 } req; in __add_vrf() local
/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c46 struct skcipher_request *req; member
130 struct skcipher_request *req = NULL; in test_skcipher() local
/tools/tracing/latency/
A Dlatency-collector.c661 static int printstate_next_ticket(struct entry *req) in printstate_next_ticket()
673 void printstate_mark_req_completed(const struct entry *req) in printstate_mark_req_completed()
716 bool prev_req_won_race(const struct entry *req) in prev_req_won_race()
761 static int table_get_probability(const struct entry *req, in table_get_probability()
1009 static long go_to_sleep(const struct entry *req) in go_to_sleep()
1074 size_t bufspace, const struct entry *req, bool excuse, in __print_skipmessage()
1113 size_t bufspace, const struct entry *req, in print_skipmessage()
1121 size_t bufspace, const struct entry *req, in print_lostmessage()
1131 const struct entry *req) in print_tracefile()
1459 struct entry req; in tracing_loop() local
[all …]
/tools/testing/selftests/bpf/progs/
A Dlsm_cgroup_nonvoid.c10 int BPF_PROG(nonvoid_socket_clone, struct sock *newsk, const struct request_sock *req) in BPF_PROG()
A Dbpf_iter_tcp4.c176 struct request_sock *req = &irsk->req; in dump_req_sock() local
201 struct tcp_request_sock *req; in dump_tcp4() local
A Dbpf_iter_tcp6.c185 struct request_sock *req = &irsk->req; in dump_req_sock() local
217 struct tcp_request_sock *req; in dump_tcp6() local
/tools/testing/selftests/bpf/prog_tests/
A Dcgroup_get_current_cgroup_id.c14 const struct timespec req = { in test_cgroup_get_current_cgroup_id() local
/tools/gpio/
A Dgpio-watch.c26 struct gpio_v2_line_info req; in main() local
/tools/testing/selftests/hid/tests/
A Dtest_mouse.py417 def set_report(self, req, rnum, rtype, data): argument
434 def set_report(self, req, rnum, rtype, data): argument
490 def set_report(self, req, rnum, rtype, data): argument
592 def set_report(self, req, rnum, rtype, data): argument
/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c894 struct msr_hwp_request req; in print_cpu_msrs() local
916 struct msr_hwp_request req; in print_pkg_msrs() local
1013 int verify_hwp_req_self_consistency(int cpu, struct msr_hwp_request *req) in verify_hwp_req_self_consistency()
1035 int check_hwp_request_v_hwp_capabilities(int cpu, struct msr_hwp_request *req, struct msr_hwp_cap *… in check_hwp_request_v_hwp_capabilities()
1079 struct msr_hwp_request req; in update_hwp_request() local
1124 struct msr_hwp_request req; in update_hwp_request_pkg() local
/tools/testing/selftests/drivers/net/hw/
A Dncdevmem.c248 struct ethtool_channels_get_req *req; in rxq_num() local
316 struct ethtool_rings_set_req *req; in configure_headersplit() local
402 struct netdev_bind_rx_req *req = NULL; in bind_rx_queue() local
446 struct netdev_bind_tx_req *req = NULL; in bind_tx_queue() local

Completed in 44 milliseconds

123