Home
last modified time | relevance | path

Searched defs:opt (Results 76 – 100 of 651) sorted by relevance

12345678910>>...27

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c28 int opt; member
88 int old, tmp, new, opt = t->opt; in bpf_test_sockopt_flip() local
115 int old, tmp, new, expected, opt; in bpf_test_sockopt_int() local
/openbmc/linux/net/ipv6/
H A Dfou6.c75 struct inet6_skb_parm *opt, in gue6_err_proto_handler()
89 static int gue6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, in gue6_err()
/openbmc/linux/net/sched/
H A Dsch_cbs.c277 const struct tc_cbs_qopt *opt, in cbs_enable_offload()
361 static int cbs_change(struct Qdisc *sch, struct nlattr *opt, in cbs_change()
401 static int cbs_init(struct Qdisc *sch, struct nlattr *opt, in cbs_init()
455 struct tc_cbs_qopt opt = { }; in cbs_dump() local
H A Dsch_codel.c133 static int codel_change(struct Qdisc *sch, struct nlattr *opt, in codel_change()
186 static int codel_init(struct Qdisc *sch, struct nlattr *opt, in codel_init()
H A Dsch_multiq.c171 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt, in multiq_tune()
235 static int multiq_init(struct Qdisc *sch, struct nlattr *opt, in multiq_init()
265 struct tc_multiq_qopt opt; in multiq_dump() local
H A Dsch_choke.c335 static int choke_change(struct Qdisc *sch, struct nlattr *opt, in choke_change()
425 static int choke_init(struct Qdisc *sch, struct nlattr *opt, in choke_init()
435 struct tc_red_qopt opt = { in choke_dump() local
H A Dsch_tbf.c356 static int tbf_change(struct Qdisc *sch, struct nlattr *opt, in tbf_change()
484 static int tbf_init(struct Qdisc *sch, struct nlattr *opt, in tbf_init()
513 struct tc_tbf_qopt opt; in tbf_dump() local
/openbmc/linux/drivers/tty/serial/
H A Dearlycon-semihost.c23 __init early_smh_setup(struct earlycon_device *device, const char *opt) in early_smh_setup()
H A Dearlycon-riscv-sbi.c26 const char *opt) in early_sbi_setup()
H A Dimx_earlycon.c36 imx_console_early_setup(struct earlycon_device *dev, const char *opt) in imx_console_early_setup()
/openbmc/linux/net/netfilter/
H A Dxt_TCPMSS.c34 optlen(const u_int8_t *opt, unsigned int offset) in optlen()
83 u8 *opt; in tcpmss_mangle_packet() local
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c41 int opt; in main() local
H A Dmedia_device_test.c46 int opt; in main() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.h27 mlx5_geneve_tlv_option_add(struct mlx5_geneve *geneve, struct geneve_opt *opt) { return 0; } in mlx5_geneve_tlv_option_add()
/openbmc/linux/net/core/
H A Dgen_estimator.c135 struct nlattr *opt) in gen_new_estimator()
237 bool running, struct nlattr *opt) in gen_replace_estimator()
/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.h217 #define nilfs_clear_opt(nilfs, opt) \ argument
219 #define nilfs_set_opt(nilfs, opt) \ argument
221 #define nilfs_test_opt(nilfs, opt) ((nilfs)->ns_mount_opt & NILFS_MOUNT_##opt) argument
222 #define nilfs_write_opt(nilfs, mask, opt) \ argument
/openbmc/linux/samples/bpf/
H A Dtc_l2_redirect_user.c30 int opt; in main() local
H A Dtest_cgrp2_array_pin.c33 int opt; in main() local
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c35 struct rk3288_som opt; in rk_board_late_init() local
/openbmc/phosphor-led-sysfs/
H A Dargument.cpp49 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
/openbmc/linux/fs/btrfs/
H A Dfs.h906 #define btrfs_set_fs_incompat(__fs_info, opt) \ argument
909 #define btrfs_clear_fs_incompat(__fs_info, opt) \ argument
912 #define btrfs_fs_incompat(fs_info, opt) \ argument
915 #define btrfs_set_fs_compat_ro(__fs_info, opt) \ argument
918 #define btrfs_clear_fs_compat_ro(__fs_info, opt) \ argument
921 #define btrfs_fs_compat_ro(fs_info, opt) \ argument
924 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) argument
925 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) argument
926 #define btrfs_raw_test_opt(o, opt) ((o) & BTRFS_MOUNT_##opt) argument
927 #define btrfs_test_opt(fs_info, opt) ((fs_info)->mount_opt & \ argument
[all …]
/openbmc/linux/tools/perf/util/
H A Dparse-sublevel-options.c12 struct sublevel_option *opt = opts; in parse_one_sublevel_option() local
/openbmc/libpldm/tests/fuzz/
H A Dfuzz-build.py28 opt="3", argument
/openbmc/libmctp/tests/fuzz/
H A Dfuzz-build.py28 opt="3", argument
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c96 struct gssx_option *opt) in gssx_enc_option()
108 struct gssx_option *opt) in gssx_dec_option()
352 struct gssx_option opt; in gssx_enc_call_ctx() local

12345678910>>...27