Home
last modified time | relevance | path

Searched defs:opts (Results 176 - 200 of 548) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Darm-spe.c68 arm_spe_snapshot_resolve_auxtrace_defaults(struct record_opts *opts, in arm_spe_snapshot_resolve_auxtrace_defaults() argument
116 arm_spe_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) arm_spe_recording_options() argument
261 arm_spe_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, struct record_opts *opts, const char *str) arm_spe_parse_snapshot_options() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dintel-bts.c105 intel_bts_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) intel_bts_recording_options() argument
251 intel_bts_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) intel_bts_parse_snapshot_options() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_off_cpu.c126 off_cpu_prepare(struct evlist *evlist, struct target *target, struct record_opts *opts) off_cpu_prepare() argument
H A Dkvm-stat.h82 struct record_opts opts; member
H A Drecord.c95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) in evlist__config() argument
150 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() argument
216 record_opts__config(struct record_opts *opts) record_opts__config() argument
274 struct record_opts *opts = opt->value; record__parse_freq() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnfnetlink_osf.c204 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_match() local
267 unsigned char opts[MAX_IPOPTLEN]; in nf_osf_find() local
165 nf_osf_hdr_ctx_init(struct nf_osf_hdr_ctx *ctx, const struct sk_buff *skb, const struct iphdr *ip, unsigned char *opts, struct tcphdr *_tcph) nf_osf_hdr_ctx_init() argument
H A Dnft_synproxy.c23 static void nft_synproxy_tcp_options(struct synproxy_options *opts, in nft_synproxy_tcp_options() argument
44 nft_synproxy_eval_v4(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v4() argument
75 nft_synproxy_eval_v6(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v6() argument
110 struct synproxy_options opts = {}; nft_synproxy_do_eval() local
[all...]
H A Dnf_conntrack_bpf.c102 __bpf_nf_ct_alloc_entry(struct net *net, struct bpf_sock_tuple *bpf_tuple, u32 tuple_len, struct bpf_ct_opts *opts, u32 opts_len, u32 timeout) __bpf_nf_ct_alloc_entry() argument
148 __bpf_nf_ct_lookup(struct net *net, struct bpf_sock_tuple *bpf_tuple, u32 tuple_len, struct bpf_ct_opts *opts, u32 opts_len) __bpf_nf_ct_lookup() argument
253 bpf_xdp_ct_alloc(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) bpf_xdp_ct_alloc() argument
287 bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) bpf_xdp_ct_lookup() argument
320 bpf_skb_ct_alloc(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) bpf_skb_ct_alloc() argument
355 bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, u32 tuple__sz, struct bpf_ct_opts *opts, u32 opts__sz) bpf_skb_ct_lookup() argument
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_pie.c464 struct nlattr *opts; in pie_dump() local
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c160 char *opts, *target; in is_shared_mount() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c262 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() argument
326 struct network_helper_opts opts = { connect_to_fd() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c121 fetch_and_validate(int outer_map_fd, struct bpf_map_batch_opts *opts, __u32 batch_size, bool delete_entries) fetch_and_validate() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c263 struct network_helper_opts opts = { in test_dctcp_fallback() local
H A Dkprobe_multi_test.c61 static void test_link_api(struct bpf_link_create_opts *opts) in test_link_api() argument
137 test_attach_api(const char *pattern, struct bpf_kprobe_multi_opts *opts) test_attach_api() argument
[all...]
H A Duprobe_multi_test.c153 __test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts, in __test_attach_api() argument
200 test_attach_api(const char *binary, const char *pattern, struct bpf_uprobe_multi_opts *opts) test_attach_api() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c55 static const struct argp_option opts[] = { variable
H A Dbench_bpf_hashmap_lookup.c42 static const struct argp_option opts[] = { variable
/kernel/linux/linux-6.6/tools/usb/usbip/src/
H A Dusbip_list.c328 static const struct option opts[] = { in usbip_list() local
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnf-queue.c29 static struct options opts; variable
[all...]
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_diag_test.c328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets() argument
337 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server() argument
375 static void test_connect_client(const struct test_opts *opts) in test_connect_client() argument
400 static void test_connect_server(const struct test_opts *opts) in test_connect_server() argument
517 struct test_opts opts = { in main() local
[all...]
H A Dutil.c317 run_tests(const struct test_case *test_cases, const struct test_opts *opts) run_tests() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_probes.c205 libbpf_probe_bpf_prog_type(enum bpf_prog_type prog_type, const void *opts) libbpf_probe_bpf_prog_type() argument
392 libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) libbpf_probe_bpf_map_type() argument
403 libbpf_probe_bpf_helper(enum bpf_prog_type prog_type, enum bpf_func_id helper_id, const void *opts) libbpf_probe_bpf_helper() argument
[all...]
H A Dskel_internal.h309 static inline int bpf_load_and_run(struct bpf_load_and_run_opts *opts) in bpf_load_and_run() argument
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dchan_kern.c14 not_configged_init(char *str, int device, const struct chan_opts *opts) not_configged_init() argument
438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument
488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dchan_kern.c14 not_configged_init(char *str, int device, const struct chan_opts *opts) not_configged_init() argument
438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument
488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument

Completed in 14 milliseconds

12345678910>>...22