Searched defs:opt (Results 1 - 200 of 321) sorted by relevance

12

/linux-4.1.27/drivers/tty/serial/
H A Dearlycon-arm-semihost.c56 int __init early_smh_setup(struct earlycon_device *device, const char *opt) early_smh_setup() argument
H A Dkgdboc.c134 static int kgdboc_option_setup(char *opt) kgdboc_option_setup() argument
317 static int __init kgdboc_early_init(char *opt) kgdboc_early_init() argument
H A Darc_uart.c560 arc_early_console_setup(struct earlycon_device *dev, const char *opt) arc_early_console_setup() argument
H A Dbcm63xx_uart.c779 bcm_early_console_setup(struct earlycon_device *device, const char *opt) bcm_early_console_setup() argument
/linux-4.1.27/net/ipv4/
H A Dip_forward.c62 struct ip_options *opt = &(IPCB(skb)->opt); ip_forward_finish() local
79 struct ip_options *opt = &(IPCB(skb)->opt); ip_forward() local
H A Dip_input.c263 struct ip_options *opt; ip_rcv_options() local
H A Dip_options.c43 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, ip_options_build() argument
214 struct ip_options *opt = &(IPCB(skb)->opt); ip_options_fragment() local
486 void ip_options_undo(struct ip_options *opt) ip_options_undo() argument
537 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); ip_options_get_from_user() local
551 struct ip_options_rcu *opt = ip_options_get_alloc(optlen); ip_options_get() local
562 struct ip_options *opt = &(IPCB(skb)->opt); ip_forward_options() local
609 struct ip_options *opt = &(IPCB(skb)->opt); ip_options_rcv_srr() local
257 ip_options_compile(struct net *net, struct ip_options *opt, struct sk_buff *skb) ip_options_compile() argument
519 ip_options_get_finish(struct net *net, struct ip_options_rcu **optp, struct ip_options_rcu *opt, int optlen) ip_options_get_finish() argument
H A Dsyncookies.c293 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; cookie_v4_check() local
H A Dgeneve.c106 geneve_xmit_skb(struct geneve_sock *gs, struct rtable *rt, struct sk_buff *skb, __be32 src, __be32 dst, __u8 tos, __u8 ttl, __be16 df, __be16 src_port, __be16 dst_port, __be16 tun_flags, u8 vni[3], u8 opt_len, u8 *opt, bool csum, bool xnet) geneve_xmit_skb() argument
H A Dinet_connection_sock.c408 struct ip_options_rcu *opt = ireq->opt; inet_csk_route_req() local
440 struct ip_options_rcu *opt; inet_csk_route_child_sock() local
H A Dip_sockglue.c86 struct ip_options *opt = (struct ip_options *)optbuf; ip_cmsg_recv_retopts() local
627 struct ip_options_rcu *old, *opt = NULL; do_ip_setsockopt() local
1276 struct ip_options *opt = (struct ip_options *)optbuf; do_ip_getsockopt() local
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
H A Dcore_early.c30 const char *opt = "dis_ucode_ldr"; check_loader_disabled_bsp() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) nvkm_stropt() argument
54 nvkm_boolopt(const char *optstr, const char *opt, bool value) nvkm_boolopt() argument
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfb_cmdline.c37 char *opt, *options = NULL; fb_get_options() local
/linux-4.1.27/arch/arm64/mm/
H A Dhugetlbpage.c55 static __init int setup_hugepagesz(char *opt) setup_hugepagesz() argument
/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip_detach.c88 int opt; usbip_detach() local
H A Dusbip.c155 int opt; main() local
H A Dusbip_unbind.c119 int opt; usbip_unbind() local
H A Dusbip_attach.c210 int opt; usbip_attach() local
H A Dusbip_bind.c192 int opt; usbip_bind() local
H A Dusbip_list.c250 int opt; usbip_list() local
H A Dusbipd.c605 int opt, rc = -1; main() local
/linux-4.1.27/arch/x86/mm/
H A Dhugetlbpage.c160 static __init int setup_hugepagesz(char *opt) setup_hugepagesz() argument
H A Dnuma.c38 static __init int numa_setup(char *opt) numa_setup() argument
/linux-4.1.27/arch/microblaze/kernel/
H A Dearly_printk.c111 int __init setup_early_printk(char *opt) setup_early_printk() argument
/linux-4.1.27/net/netfilter/
H A Dxt_RATEEST.c97 struct nlattr opt; xt_rateest_tg_checkentry() member in struct:__anon14176
H A Dnf_sockopt.c111 int nf_setsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, nf_setsockopt() argument
118 int nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, nf_getsockopt() argument
92 nf_sockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len, int get) nf_sockopt() argument
126 compat_nf_sockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len, int get) compat_nf_sockopt() argument
152 compat_nf_setsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, unsigned int len) compat_nf_setsockopt() argument
159 compat_nf_getsockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len) compat_nf_getsockopt() argument
H A Dxt_TCPOPTSTRIP.c22 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) optlen() argument
40 u_int8_t *opt; tcpoptstrip_mangle_packet() local
H A Dxt_set.c31 match_set(ip_set_id_t index, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, int inv) match_set() argument
H A Dxt_TCPMSS.c37 optlen(const u_int8_t *opt, unsigned int offset) optlen() argument
91 u8 *opt; tcpmss_mangle_packet() local
H A Dnf_conntrack_h323_asn1.c495 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; decode_seq() local
/linux-4.1.27/net/sched/
H A Dsch_plug.c123 static int plug_init(struct Qdisc *sch, struct nlattr *opt) plug_init() argument
162 static int plug_change(struct Qdisc *sch, struct nlattr *opt) plug_change() argument
H A Dact_connmark.c142 struct tc_connmark opt = { tcf_connmark_dump() local
H A Dact_simple.c140 struct tc_defact opt = { tcf_simp_dump() local
H A Dact_skbedit.c141 struct tc_skbedit opt = { tcf_skbedit_dump() local
H A Dact_vlan.c154 struct tc_vlan opt = { tcf_vlan_dump() local
H A Dem_ipset.c56 struct ip_set_adt_opt opt; em_ipset_match() local
H A Dsch_fifo.c51 static int fifo_init(struct Qdisc *sch, struct nlattr *opt) fifo_init() argument
86 struct tc_fifo_qopt opt = { .limit = sch->limit }; fifo_dump() local
H A Dsch_ingress.c91 static int ingress_init(struct Qdisc *sch, struct nlattr *opt) ingress_init() argument
H A Dact_gact.c146 struct tc_gact opt = { tcf_gact_dump() local
H A Dact_mirred.c190 struct tc_mirred opt = { tcf_mirred_dump() local
H A Dact_nat.c255 struct tc_nat opt = { tcf_nat_dump() local
H A Dact_pedit.c181 struct tc_pedit *opt; tcf_pedit_dump() local
H A Dsch_codel.c114 static int codel_change(struct Qdisc *sch, struct nlattr *opt) codel_change() argument
161 static int codel_init(struct Qdisc *sch, struct nlattr *opt) codel_init() argument
H A Dsch_mq.c38 static int mq_init(struct Qdisc *sch, struct nlattr *opt) mq_init() argument
H A Dact_bpf.c128 struct tc_act_bpf opt = { tcf_bpf_dump() local
H A Dact_csum.c537 struct tc_csum opt = { tcf_csum_dump() local
H A Dact_police.c317 struct tc_police opt = { tcf_act_police_dump() local
H A Dcls_fw.c244 struct nlattr *opt = tca[TCA_OPTIONS]; fw_change() local
H A Dcls_tcindex.c411 struct nlattr *opt = tca[TCA_OPTIONS]; tcindex_change() local
H A Dsch_dsmark.c116 struct nlattr *opt = tca[TCA_OPTIONS]; dsmark_change() local
342 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt) dsmark_init() argument
H A Dsch_mqprio.c92 static int mqprio_init(struct Qdisc *sch, struct nlattr *opt) mqprio_init() argument
225 struct tc_mqprio_qopt opt = { 0 }; mqprio_dump() local
H A Dsch_multiq.c200 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt) multiq_tune() argument
252 static int multiq_init(struct Qdisc *sch, struct nlattr *opt) multiq_init() argument
282 struct tc_multiq_qopt opt; multiq_dump() local
H A Dsch_prio.c168 static int prio_tune(struct Qdisc *sch, struct nlattr *opt) prio_tune() argument
224 static int prio_init(struct Qdisc *sch, struct nlattr *opt) prio_init() argument
247 struct tc_prio_qopt opt; prio_dump() local
H A Dsch_red.c179 static int red_change(struct Qdisc *sch, struct nlattr *opt) red_change() argument
248 static int red_init(struct Qdisc *sch, struct nlattr *opt) red_init() argument
261 struct tc_red_qopt opt = { red_dump() local
H A Dsch_tbf.c312 static int tbf_change(struct Qdisc *sch, struct nlattr *opt) tbf_change() argument
428 static int tbf_init(struct Qdisc *sch, struct nlattr *opt) tbf_init() argument
454 struct tc_tbf_qopt opt; tbf_dump() local
H A Dsch_teql.c170 static int teql_qdisc_init(struct Qdisc *sch, struct nlattr *opt) teql_qdisc_init() argument
H A Dcls_flow.c369 struct nlattr *opt = tca[TCA_OPTIONS]; flow_change() local
H A Dcls_route.c484 struct nlattr *opt = tca[TCA_OPTIONS]; route4_change() local
H A Dcls_rsvp.h466 struct nlattr *opt = tca[TCA_OPTIONS]; rsvp_change() local
H A Dsch_atm.c191 struct nlattr *opt = tca[TCA_OPTIONS]; atm_tc_change() local
536 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt) atm_tc_init() argument
H A Dsch_drr.c70 struct nlattr *opt = tca[TCA_OPTIONS]; drr_change_class() local
442 static int drr_init_qdisc(struct Qdisc *sch, struct nlattr *opt) drr_init_qdisc() argument
H A Dsch_fq_codel.c304 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) fq_codel_change() argument
383 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) fq_codel_init() argument
H A Dsch_gred.c419 static int gred_change(struct Qdisc *sch, struct nlattr *opt) gred_change() argument
489 static int gred_init(struct Qdisc *sch, struct nlattr *opt) gred_init() argument
540 struct tc_gred_qopt opt; gred_dump() local
H A Dsch_pie.c182 static int pie_change(struct Qdisc *sch, struct nlattr *opt) pie_change() argument
439 static int pie_init(struct Qdisc *sch, struct nlattr *opt) pie_init() argument
H A Dcls_u32.c734 struct nlattr *opt = tca[TCA_OPTIONS]; u32_change() local
H A Dsch_choke.c409 static int choke_change(struct Qdisc *sch, struct nlattr *opt) choke_change() argument
494 static int choke_init(struct Qdisc *sch, struct nlattr *opt) choke_init() argument
503 struct tc_red_qopt opt = { choke_dump() local
/linux-4.1.27/tools/power/cpupower/bench/
H A Dparse.c161 char opt[16], val[32], *line = NULL; prepare_config() local
/linux-4.1.27/drivers/clk/mvebu/
H A Darmada-370.c118 u32 opt = ((readl(sar) >> SARL_A370_FAB_FREQ_OPT) & a370_get_clk_ratio() local
H A Darmada-375.c119 u32 opt = ((readl(sar) >> SAR1_A375_CPU_DDR_L2_FREQ_OPT) & armada_375_get_clk_ratio() local
H A Darmada-38x.c102 u32 opt = ((readl(sar) >> SAR_A380_CPU_DDR_L2_FREQ_OPT) & armada_38x_get_clk_ratio() local
H A Ddove.c90 u32 opt = (readl(sar) >> SAR_DOVE_TCLK_FREQ) & dove_get_tclk_freq() local
109 u32 opt = (readl(sar) >> SAR_DOVE_CPU_FREQ) & dove_get_cpu_freq() local
132 u32 opt = (readl(sar) >> SAR_DOVE_L2_RATIO) & dove_get_clk_ratio() local
140 u32 opt = (readl(sar) >> SAR_DOVE_DDR_RATIO) & dove_get_clk_ratio() local
H A Darmada-xp.c128 u32 opt = ((readl(sar + SARL) >> SARL_AXP_FAB_FREQ_OPT) & axp_get_clk_ratio() local
H A Dorion.c32 u32 opt = (readl(sar) >> SAR_MV88F5182_TCLK_FREQ) & mv88f5182_get_tclk_freq() local
47 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & mv88f5182_get_cpu_freq() local
62 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & mv88f5182_get_clk_ratio() local
106 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & mv88f5281_get_cpu_freq() local
119 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & mv88f5281_get_clk_ratio() local
157 u32 opt = (readl(sar) >> SAR_MV88F6183_TCLK_FREQ) & mv88f6183_get_tclk_freq() local
172 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & mv88f6183_get_cpu_freq() local
185 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & mv88f6183_get_clk_ratio() local
H A Dkirkwood.c90 u32 opt = (readl(sar) >> SAR_KIRKWOOD_TCLK_FREQ) & kirkwood_get_tclk_freq() local
112 u32 opt = SAR_KIRKWOOD_CPU_FREQ(readl(sar)); kirkwood_get_cpu_freq() local
134 u32 opt = SAR_KIRKWOOD_L2_RATIO(readl(sar)); kirkwood_get_clk_ratio() local
141 u32 opt = (readl(sar) >> SAR_KIRKWOOD_DDR_RATIO) & kirkwood_get_clk_ratio() local
159 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & SAR_MV88F6180_CLK_MASK; mv88f6180_get_cpu_freq() local
181 u32 opt = (readl(sar) >> SAR_MV88F6180_CLK) & mv88f6180_get_clk_ratio() local
/linux-4.1.27/arch/mn10300/kernel/
H A Dmn10300-watchdog.c79 int opt; setup_watchdog() local
/linux-4.1.27/net/ipv6/
H A Dip6_input.c310 struct inet6_skb_parm *opt = IP6CB(skb); ip6_mc_input() local
H A Dipcomp6.c56 static int ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, ipcomp6_err() argument
H A Dtunnel6.c137 static void tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, tunnel6_err() argument
H A Dudplite.c22 udplitev6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) udplitev6_err() argument
H A Dxfrm6_protocol.c83 static void xfrm6_esp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, xfrm6_esp_err() argument
110 static void xfrm6_ah_err(struct sk_buff *skb, struct inet6_skb_parm *opt, xfrm6_ah_err() argument
137 static void xfrm6_ipcomp_err(struct sk_buff *skb, struct inet6_skb_parm *opt, xfrm6_ipcomp_err() argument
H A Dipv6_sockglue.c174 struct ipv6_txoptions *opt; do_ipv6_setsockopt() local
392 struct ipv6_txoptions *opt; do_ipv6_setsockopt() local
471 struct ipv6_txoptions *opt = NULL; do_ipv6_setsockopt() local
946 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, ipv6_getsockopt_sticky() argument
1123 struct ipv6_txoptions *opt; do_ipv6_getsockopt() local
102 ipv6_update_options(struct sock *sk, struct ipv6_txoptions *opt) ipv6_update_options() argument
H A Dmip6.c214 struct inet6_skb_parm *opt = (struct inet6_skb_parm *)skb->cb; mip6_destopt_reject() local
H A Dxfrm6_tunnel.c242 static int xfrm6_tunnel_err(struct sk_buff *skb, struct inet6_skb_parm *opt, xfrm6_tunnel_err() argument
H A Daf_inet6.c414 struct ipv6_txoptions *opt; inet6_destroy_sock() local
683 ipv6_opt_accepted(const struct sock *sk, const struct sk_buff *skb, const struct inet6_skb_parm *opt) ipv6_opt_accepted() argument
H A Dah6.c118 u8 *opt = (u8 *)opthdr; zero_out_mutable_opts() local
162 u8 *opt = (u8 *)destopt; ipv6_rearrange_destopt() local
646 static int ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, ah6_err() argument
H A Ddatagram.c52 struct ipv6_txoptions *opt; __ip6_datagram_connect() local
556 struct inet6_skb_parm *opt = IP6CB(skb); ip6_datagram_recv_specific_ctl() local
685 ip6_datagram_send_ctl(struct net *net, struct sock *sk, struct msghdr *msg, struct flowi6 *fl6, struct ipv6_txoptions *opt, int *hlimit, int *tclass, int *dontfrag) ip6_datagram_send_ctl() argument
H A Desp6.c426 static int esp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, esp6_err() argument
H A Dexthdrs.c181 struct inet6_skb_parm *opt = IP6CB(skb); ipv6_dest_hao() local
252 struct inet6_skb_parm *opt = IP6CB(skb); ipv6_destopt_rcv() local
295 struct inet6_skb_parm *opt = IP6CB(skb); ipv6_rthdr_rcv() local
620 struct inet6_skb_parm *opt = IP6CB(skb); ipv6_parse_hopopts() local
680 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) ipv6_push_exthdr() argument
689 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, ipv6_push_nfrag_opts() argument
707 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) ipv6_push_frag_opts() argument
714 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) ipv6_dup_options() argument
762 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, ipv6_renew_options() argument
655 ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, struct ipv6_rt_hdr *opt, struct in6_addr **addr_p) ipv6_push_rthdr() argument
833 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) ipv6_fixup_options() argument
864 fl6_update_dst(struct flowi6 *fl6, const struct ipv6_txoptions *opt, struct in6_addr *orig) fl6_update_dst() argument
H A Dicmp.c86 static void icmpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, icmpv6_err() argument
303 struct inet6_skb_parm *opt = IP6CB(skb); mip6_addr_swap() local
H A Dip6_flowlabel.c119 struct ipv6_txoptions *opt = fl->opt; fl_release() local
H A Dip6_vti.c553 static int vti6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, vti6_err() argument
/linux-4.1.27/net/rxrpc/
H A Dar-local.c71 int ret, opt; rxrpc_create_local() local
H A Dar-output.c336 int ret, opt; rxrpc_send_packet() local
/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_rw.c96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) snd_seq_oss_write() argument
164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) insert_queue() argument
/linux-4.1.27/tools/hv/
H A Dhv_fcopy_daemon.c136 int daemonize = 1, long_index = 0, opt; main() local
H A Dhv_vss_daemon.c193 int daemonize = 1, long_index = 0, opt; main() local
/linux-4.1.27/tools/perf/util/
H A Drun-command.c214 int run_command_v_opt(const char **argv, int opt) run_command_v_opt() argument
203 prepare_run_command_v_opt(struct child_process *cmd, const char **argv, int opt) prepare_run_command_v_opt() argument
H A Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags) opterror() argument
18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, get_arg() argument
479 char opt = ctx->excl_opt->short_name; parse_options_step() local
723 int parse_opt_verbosity_cb(const struct option *opt, parse_opt_verbosity_cb() argument
35 get_value(struct parse_opt_ctx_t *p, const struct option *opt, int flags) get_value() argument
H A Dparse-options.h179 const char *opt; member in struct:parse_opt_ctx_t
/linux-4.1.27/tools/testing/selftests/timers/
H A Dset-2038.c88 int opt, dangerous = 0; main() local
H A Dinconsistency-check.c166 int clockid, opt; main() local
H A Dleap-a-day.c157 int opt; main() local
H A Dthreadtest.c138 int opt; main() local
/linux-4.1.27/drivers/firewire/
H A Dinit_ohci1394_dma.c301 static int __init setup_ohci1394_dma(char *opt) setup_ohci1394_dma() argument
/linux-4.1.27/arch/metag/mm/
H A Dhugetlbpage.c241 static __init int setup_hugepagesz(char *opt) setup_hugepagesz() argument
/linux-4.1.27/fs/ceph/
H A Ddebugfs.c164 struct ceph_options *opt = fsc->client->options; mds_sessions_show() local
H A Dsuper.c864 struct ceph_options *opt = new->client->options; ceph_compare_super() local
921 struct ceph_options *opt = NULL; ceph_mount() local
496 create_fs_client(struct ceph_mount_options *fsopt, struct ceph_options *opt) create_fs_client() argument
/linux-4.1.27/net/core/
H A Dgen_estimator.c206 gen_new_estimator(struct gnet_stats_basic_packed *bstats, struct gnet_stats_basic_cpu __percpu *cpu_bstats, struct gnet_stats_rate_est64 *rate_est, spinlock_t *stats_lock, struct nlattr *opt) gen_new_estimator() argument
298 gen_replace_estimator(struct gnet_stats_basic_packed *bstats, struct gnet_stats_basic_cpu __percpu *cpu_bstats, struct gnet_stats_rate_est64 *rate_est, spinlock_t *stats_lock, struct nlattr *opt) gen_replace_estimator() argument
H A Dnetpoll.c511 int netpoll_parse_options(struct netpoll *np, char *opt) netpoll_parse_options() argument
/linux-4.1.27/net/dns_resolver/
H A Ddns_key.c67 const char *data = prep->data, *end, *opt; dns_resolver_preparse() local
/linux-4.1.27/net/netfilter/ipset/
H A Dip_set_hash_mac.c75 hash_mac4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_mac4_kadt() argument
H A Dip_set_bitmap_ip.c110 bitmap_ip_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) bitmap_ip_kadt() argument
H A Dip_set_bitmap_ipmac.c201 bitmap_ipmac_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) bitmap_ipmac_kadt() argument
H A Dip_set_bitmap_port.c102 bitmap_port_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) bitmap_port_kadt() argument
H A Dip_set_hash_ip.c82 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip4_kadt() argument
223 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip6_kadt() argument
H A Dip_set_hash_ipmark.c86 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark4_kadt() argument
220 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark6_kadt() argument
H A Dip_set_hash_ipport.c93 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport4_kadt() argument
260 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport6_kadt() argument
H A Dip_set_hash_ipportip.c94 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip4_kadt() argument
267 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip6_kadt() argument
H A Dip_set_hash_ipportnet.c138 hash_ipportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet4_kadt() argument
394 hash_ipportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet6_kadt() argument
H A Dip_set_hash_net.c117 hash_net4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net4_kadt() argument
290 hash_net6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net6_kadt() argument
H A Dip_set_hash_netport.c133 hash_netport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport4_kadt() argument
353 hash_netport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport6_kadt() argument
H A Dip_set_list_set.c51 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_ktest() argument
88 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kadd() argument
112 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kdel() argument
136 list_set_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) list_set_kadt() argument
H A Dip_set_hash_netiface.c232 hash_netiface4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface4_kadt() argument
472 hash_netiface6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface6_kadt() argument
H A Dip_set_hash_netnet.c136 hash_netnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet4_kadt() argument
367 hash_netnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet6_kadt() argument
H A Dip_set_hash_netportnet.c147 hash_netportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet4_kadt() argument
424 hash_netportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet6_kadt() argument
/linux-4.1.27/scripts/dtc/
H A Ddtc.c114 int opt; main() local
/linux-4.1.27/firmware/
H A Dihex2fw.c76 int opt; main() local
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_param.c272 struct e1000_option opt; e1000_check_options() local
564 struct e1000_option opt; e1000_check_copper_options() local
208 e1000_validate_option(unsigned int *value, const struct e1000_option *opt, struct e1000_adapter *adapter) e1000_validate_option() argument
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dparam.c250 static const struct e1000_option opt = { e1000e_check_options() local
270 static const struct e1000_option opt = { e1000e_check_options() local
290 static struct e1000_option opt = { e1000e_check_options() local
310 static const struct e1000_option opt = { e1000e_check_options() local
330 static const struct e1000_option opt = { e1000e_check_options() local
407 static struct e1000_option opt = { e1000e_check_options() local
452 static const struct e1000_option opt = { e1000e_check_options() local
469 static const struct e1000_option opt = { e1000e_check_options() local
491 static const struct e1000_option opt = { e1000e_check_options() local
512 static const struct e1000_option opt = { e1000e_check_options() local
173 e1000_validate_option(unsigned int *value, const struct e1000_option *opt, struct e1000_adapter *adapter) e1000_validate_option() argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c203 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) ixgb_validate_option() argument
270 static const struct ixgb_option opt = { ixgb_check_options() local
289 static const struct ixgb_option opt = { ixgb_check_options() local
308 static const struct ixgb_option opt = { ixgb_check_options() local
333 static const struct ixgb_option opt = { ixgb_check_options() local
351 static const struct ixgb_option opt = { ixgb_check_options() local
370 static const struct ixgb_option opt = { ixgb_check_options() local
389 static const struct ixgb_option opt = { ixgb_check_options() local
419 static const struct ixgb_option opt = { ixgb_check_options() local
436 static const struct ixgb_option opt = { ixgb_check_options() local
454 static const struct ixgb_option opt = { ixgb_check_options() local
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c288 static const struct pch_gbe_option opt = { pch_gbe_check_copper_options() local
300 static const struct pch_gbe_option opt = { pch_gbe_check_copper_options() local
313 static const struct pch_gbe_option opt = { pch_gbe_check_copper_options() local
450 static const struct pch_gbe_option opt = { pch_gbe_check_options() local
466 static const struct pch_gbe_option opt = { pch_gbe_check_options() local
482 static const struct pch_gbe_option opt = { pch_gbe_check_options() local
494 static const struct pch_gbe_option opt = { pch_gbe_check_options() local
506 static const struct pch_gbe_option opt = { pch_gbe_check_options() local
226 pch_gbe_validate_option(int *value, const struct pch_gbe_option *opt, struct pch_gbe_adapter *adapter) pch_gbe_validate_option() argument
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dpcl726.c350 unsigned int opt = it->options[2 + i]; pcl726_attach() local
H A Ddt2801.c401 static const struct comedi_lrange *dac_range_lkup(int opt) dac_range_lkup() argument
408 static const struct comedi_lrange *ai_range_lkup(int type, int opt) ai_range_lkup() argument
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_lib-linux.c190 int opt = 1; ksocknal_lib_eager_ack() local
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c119 static int atl1e_validate_option(int *value, struct atl1e_option *opt, atl1e_validate_option() argument
193 struct atl1e_option opt = { atl1e_check_options() local
212 struct atl1e_option opt = { atl1e_check_options() local
232 struct atl1e_option opt = { atl1e_check_options() local
251 struct atl1e_option opt = { atl1e_check_options() local
/linux-4.1.27/arch/xtensa/kernel/
H A Dsignal.c39 xtregs_opt_t opt; member in struct:rt_sigframe::__anon3222
/linux-4.1.27/arch/tile/mm/
H A Dhugetlbpage.c314 static __init int setup_hugepagesz(char *opt) setup_hugepagesz() argument
/linux-4.1.27/drivers/video/fbdev/geode/
H A Dgxfb_core.c498 char *opt; gxfb_setup() local
H A Dlxfb_core.c628 char *opt; lxfb_setup() local
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dg450_pll.c399 u_int32_t opt; __g450_setclk() local
H A Dmatroxfb_misc.c765 u32 opt; matroxfb_read_pins() local
/linux-4.1.27/fs/jffs2/
H A Dsuper.c182 unsigned int opt; jffs2_parse_options() local
/linux-4.1.27/include/net/
H A Dcfg802154.h66 enum nl802154_cca_opts opt; member in struct:wpan_phy_cca
H A Dcipso_ipv4.h295 unsigned char *opt = *option; cipso_v4_validate() local
H A Dndisc.h67 __u8 opt[0]; member in struct:nd_msg
72 __u8 opt[0]; member in struct:rs_msg
85 __u8 opt[0]; member in struct:rd_msg
/linux-4.1.27/include/linux/platform_data/
H A Dedma.h46 u32 opt; member in struct:edmacc_param
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_osf.h78 struct xt_osf_opt opt[MAX_IPOPTLEN]; member in struct:xt_osf_user_finger
/linux-4.1.27/net/dccp/
H A Dccid.h202 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_tx_parse_options() argument
214 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) ccid_hc_rx_parse_options() argument
H A Doptions.c62 unsigned char opt, len; dccp_parse_options() local
H A Dipv6.c69 static void dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, dccp_v6_err() argument
423 struct ipv6_txoptions *opt; dccp_v6_request_recv_sock() local
804 struct ipv6_txoptions *opt; dccp_v6_connect() local
/linux-4.1.27/net/sctp/
H A Dbind_addr.c314 sctp_bind_addr_match(struct sctp_bind_addr *bp, const union sctp_addr *addr, struct sctp_sock *opt) sctp_bind_addr_match() argument
401 sctp_find_unmatch_addr(struct sctp_bind_addr *bp, const union sctp_addr *addrs, int addrcnt, struct sctp_sock *opt) sctp_find_unmatch_addr() argument
H A Dtransport.c268 sctp_transport_route(struct sctp_transport *transport, union sctp_addr *saddr, struct sctp_sock *opt) sctp_transport_route() argument
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c353 struct gssx_option opt; gssx_enc_call_ctx() local
108 gssx_enc_option(struct xdr_stream *xdr, struct gssx_option *opt) gssx_enc_option() argument
120 gssx_dec_option(struct xdr_stream *xdr, struct gssx_option *opt) gssx_dec_option() argument
/linux-4.1.27/scripts/kconfig/
H A Dconf.c494 int opt; main() local
/linux-4.1.27/scripts/
H A Dpnmtologo.c449 int opt; main() local
/linux-4.1.27/tools/perf/
H A Dbuiltin-mem.c207 parse_mem_ops(const struct option *opt, const char *str, int unset) parse_mem_ops() argument
H A Dbuiltin-probe.c183 static int opt_set_target(const struct option *opt, const char *str, opt_set_target() argument
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.c345 int opt; cmdline() local
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c80 int opt; cmdline() local
/linux-4.1.27/include/linux/
H A Dmroute.h10 static inline int ip_mroute_opt(int opt) ip_mroute_opt() argument
15 static inline int ip_mroute_opt(int opt) ip_mroute_opt() argument
H A Dmroute6.h11 static inline int ip6_mroute_opt(int opt) ip6_mroute_opt() argument
16 static inline int ip6_mroute_opt(int opt) ip6_mroute_opt() argument
/linux-4.1.27/drivers/isdn/mISDN/
H A Dsocket.c417 int err = 0, opt = 0; data_sock_setsockopt() local
449 int len, opt; data_sock_getsockopt() local
/linux-4.1.27/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c85 static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data) ssp_create_msg() argument
/linux-4.1.27/drivers/net/bonding/
H A Dbond_sysfs.c163 const struct bond_option *opt; bonding_sysfs_store_option() local
H A Dbond_options.c388 const struct bond_option *opt; bond_opt_get_by_name() local
403 const struct bond_option *opt; bond_opt_get_val() local
417 static const struct bond_opt_value *bond_opt_get_flags(const struct bond_option *opt, bond_opt_get_flags() argument
432 static bool bond_opt_check_range(const struct bond_option *opt, u64 val) bond_opt_check_range() argument
454 const struct bond_opt_value *bond_opt_parse(const struct bond_option *opt, bond_opt_parse() argument
607 const struct bond_option *opt; __bond_opt_set() local
520 bond_opt_check_deps(struct bonding *bond, const struct bond_option *opt) bond_opt_check_deps() argument
535 bond_opt_dep_print(struct bonding *bond, const struct bond_option *opt) bond_opt_dep_print() argument
548 bond_opt_error_interpret(struct bonding *bond, const struct bond_option *opt, int error, const struct bond_opt_value *val) bond_opt_error_interpret() argument
/linux-4.1.27/drivers/net/usb/
H A Dasix_common.c400 u8 opt; asix_get_wol() local
418 u8 opt = 0; asix_set_wol() local
H A Dsr9800.c403 u8 opt; sr_get_wol() local
422 u8 opt = 0; sr_set_wol() local
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_login.c939 int backlog = ISCSIT_TCP_BACKLOG, ret, opt = 0, len; iscsit_setup_np() local
/linux-4.1.27/drivers/target/
H A Dtarget_core_spc.c500 int opt, min; spc_emulate_evpd_b0() local
/linux-4.1.27/arch/x86/pci/
H A Dpcbios.c381 struct irq_routing_options opt; pcibios_get_irq_routing_table() local
/linux-4.1.27/block/
H A Dblk-settings.c483 void blk_limits_io_opt(struct queue_limits *limits, unsigned int opt) blk_limits_io_opt() argument
502 void blk_queue_io_opt(struct request_queue *q, unsigned int opt) blk_queue_io_opt() argument
/linux-4.1.27/drivers/tty/
H A Dtty_ioctl.c587 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) set_termios() argument
684 static int set_termiox(struct tty_struct *tty, void __user *arg, int opt) set_termiox() argument
/linux-4.1.27/drivers/video/fbdev/
H A Dacornfb.c765 static void acornfb_parse_mon(char *opt) acornfb_parse_mon() argument
812 static void acornfb_parse_montype(char *opt) acornfb_parse_montype() argument
853 static void acornfb_parse_dram(char *opt) acornfb_parse_dram() argument
888 char *opt; acornfb_setup() local
/linux-4.1.27/arch/s390/include/asm/
H A Dipl.h46 u8 opt; member in struct:ipl_block_fcp
/linux-4.1.27/arch/parisc/include/asm/
H A Dhardware.h15 unsigned short opt; member in struct:hp_hardware
/linux-4.1.27/arch/powerpc/kernel/
H A Dlegacy_serial.c635 static char __initdata opt[16]; check_legacy_serial_console() local
/linux-4.1.27/Documentation/networking/timestamping/
H A Dtxtimestamp.c270 static void do_test(int family, unsigned int opt) do_test() argument
/linux-4.1.27/net/ceph/
H A Dceph_common.c269 void ceph_destroy_options(struct ceph_options *opt) ceph_destroy_options() argument
333 struct ceph_options *opt; ceph_parse_options() local
495 struct ceph_options *opt = client->options; ceph_print_client_options() local
542 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, ceph_create_client() argument
H A Dmon_client.c756 struct ceph_options *opt = monc->client->options; build_initial_monmap() local
/linux-4.1.27/net/l2tp/
H A Dl2tp_ip6.c490 struct ipv6_txoptions *opt = NULL; l2tp_ip6_sendmsg() local
/linux-4.1.27/net/nfc/
H A Dllcp_sock.c229 u32 opt; nfc_llcp_setsockopt() local
/linux-4.1.27/usr/
H A Dgen_init_cpio.c531 int opt = getopt(argc, argv, "t:h"); main() local
/linux-4.1.27/drivers/net/ppp/
H A Dpptp.c96 struct pptp_opt *opt; lookup_chan() local
115 struct pptp_opt *opt; lookup_chan_dst() local
177 struct pptp_opt *opt = &po->proto.pptp; pptp_xmit() local
301 struct pptp_opt *opt = &po->proto.pptp; pptp_rcv_core() local
456 struct pptp_opt *opt = &po->proto.pptp; pptp_connect() local
546 struct pptp_opt *opt; pptp_release() local
589 struct pptp_opt *opt; pptp_create() local
623 struct pptp_opt *opt = &po->proto.pptp; pptp_ppp_ioctl() local
/linux-4.1.27/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c892 struct hdpvr_options *opt = &dev->options; hdpvr_s_ctrl() local
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c405 u32 opt; member in struct:temac_option
/linux-4.1.27/drivers/net/
H A Dnetconsole.c68 static int __init option_setup(char *opt) option_setup() argument
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h702 lnet_ptl_setopt(lnet_portal_t *ptl, int opt) lnet_ptl_setopt() argument
708 lnet_ptl_unsetopt(lnet_portal_t *ptl, int opt) lnet_ptl_unsetopt() argument
/linux-4.1.27/drivers/staging/sm750fb/
H A Dsm750.c1000 char *opt; sm750fb_setup() local
1295 char *opt, *tmp; lynxfb_setup() local
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Drpc.c842 int opt; srpc_prepare_bulk() local
875 int opt; srpc_do_bulk() local
/linux-4.1.27/arch/xtensa/include/asm/
H A Delf.h179 xtregs_opt_t opt; member in struct:__anon3212
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c491 int opt, ret = 0; pnv_eeh_set_option() local
/linux-4.1.27/net/bluetooth/
H A Dhci_sock.c1210 int err = 0, opt = 0; hci_sock_setsockopt() local
1293 int len, opt, err = 0; hci_sock_getsockopt() local
H A Dl2cap_sock.c399 u32 opt; l2cap_sock_getsockopt_old() local
637 u32 opt; l2cap_sock_setsockopt_old() local
751 u32 opt; l2cap_sock_setsockopt() local
H A Dsco.c791 u32 opt; sco_sock_setsockopt() local
/linux-4.1.27/net/bluetooth/rfcomm/
H A Dsock.c647 u32 opt; rfcomm_sock_setsockopt_old() local
690 u32 opt; rfcomm_sock_setsockopt() local
759 u32 opt; rfcomm_sock_getsockopt_old() local
/linux-4.1.27/net/caif/
H A Dcaif_socket.c675 setsockopt(struct socket *sock, int lvl, int opt, char __user *ov, unsigned int ol) setsockopt() argument
/linux-4.1.27/net/llc/
H A Daf_llc.c1035 unsigned int opt; llc_ui_setsockopt() local
/linux-4.1.27/net/nfc/nci/
H A Dcore.c148 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) nci_reset_req() argument
156 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) nci_init_req() argument
161 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt) nci_init_complete_req() argument
203 static void nci_set_config_req(struct nci_dev *ndev, unsigned long opt) nci_set_config_req() argument
223 static void nci_rf_discover_req(struct nci_dev *ndev, unsigned long opt) nci_rf_discover_req() argument
289 static void nci_rf_discover_select_req(struct nci_dev *ndev, unsigned long opt) nci_rf_discover_select_req() argument
316 static void nci_rf_deactivate_req(struct nci_dev *ndev, unsigned long opt) nci_rf_deactivate_req() argument
477 static void nci_nfcee_discover_req(struct nci_dev *ndev, unsigned long opt) nci_nfcee_discover_req() argument
494 static void nci_nfcee_mode_set_req(struct nci_dev *ndev, unsigned long opt) nci_nfcee_mode_set_req() argument
515 static void nci_core_conn_create_req(struct nci_dev *ndev, unsigned long opt) nci_core_conn_create_req() argument
552 static void nci_core_conn_close_req(struct nci_dev *ndev, unsigned long opt) nci_core_conn_close_req() argument
87 __nci_request(struct nci_dev *ndev, void (*req)(struct nci_dev *ndev, unsigned long opt), unsigned long opt, __u32 timeout) __nci_request() argument
130 nci_request(struct nci_dev *ndev, void (*req)(struct nci_dev *ndev, unsigned long opt), unsigned long opt, __u32 timeout) nci_request() argument
H A Dhci.c209 static void nci_hci_send_data_req(struct nci_dev *ndev, unsigned long opt) nci_hci_send_data_req() argument

Completed in 5356 milliseconds

12