/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | arm-spe.c | 68 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 D | intel-bts.c | 105 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 D | bpf_off_cpu.c | 126 off_cpu_prepare(struct evlist *evlist, struct target *target, struct record_opts *opts) off_cpu_prepare() argument
|
H A D | kvm-stat.h | 82 struct record_opts opts; member
|
H A D | record.c | 95 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 D | nfnetlink_osf.c | 204 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 D | nft_synproxy.c | 23 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 D | nf_conntrack_bpf.c | 102 __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 D | sch_pie.c | 464 struct nlattr *opts; in pie_dump() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 160 char *opts, *target; in is_shared_mount() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 262 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 D | map_in_map_batch_ops.c | 121 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 D | bpf_tcp_ca.c | 263 struct network_helper_opts opts = { in test_dctcp_fallback() local
|
H A D | kprobe_multi_test.c | 61 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 D | uprobe_multi_test.c | 153 __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 D | bench_htab_mem.c | 55 static const struct argp_option opts[] = { variable
|
H A D | bench_bpf_hashmap_lookup.c | 42 static const struct argp_option opts[] = { variable
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_list.c | 328 static const struct option opts[] = { in usbip_list() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nf-queue.c | 29 static struct options opts; variable [all...] |
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 328 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 D | util.c | 317 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 D | libbpf_probes.c | 205 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 D | skel_internal.h | 309 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 D | chan_kern.c | 14 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 D | chan_kern.c | 14 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
|