Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.c11 u8 opt_type; member
74 geneve->opt_type == opt->type) { in mlx5_geneve_tlv_option_add()
105 geneve->opt_type = opt->type; in mlx5_geneve_tlv_option_add()
129 geneve->opt_type = 0; in mlx5_geneve_tlv_option_del()
/openbmc/linux/net/6lowpan/
H A Dndisc.c161 u8 opt_type; in lowpan_ndisc_fill_addr_option() local
176 opt_type = ND_OPT_TARGET_LL_ADDR; in lowpan_ndisc_fill_addr_option()
180 opt_type = ND_OPT_SOURCE_LL_ADDR; in lowpan_ndisc_fill_addr_option()
191 __ndisc_fill_addr_option(skb, opt_type, &short_addr, in lowpan_ndisc_fill_addr_option()
/openbmc/linux/fs/hfsplus/
H A Doptions.c23 opt_creator, opt_type, enumerator
33 { opt_type, "type=%s" },
121 case opt_type: in hfsplus_parse_options()
/openbmc/linux/fs/hfs/
H A Dsuper.c188 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator
201 { opt_type, "type=%s" },
304 case opt_type: in parse_options()
/openbmc/linux/include/uapi/linux/
H A Dioam6.h28 __u8 opt_type; member
/openbmc/linux/drivers/net/team/
H A Dteam.c2577 enum team_option_type opt_type; in team_nl_cmd_options_set() local
2603 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set()
2606 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set()
2609 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set()
2612 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set()
2615 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set()
2622 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set()
2647 if (option->type != opt_type || in team_nl_cmd_options_set()
2655 switch (opt_type) { in team_nl_cmd_options_set()
/openbmc/linux/tools/testing/selftests/net/
H A Dioam6_parser.c658 if (opt->opt_type == IPV6_TLV_IOAM && in main()
/openbmc/linux/net/ipv6/
H A Dioam6_iptunnel.c187 tuninfo->ioamh.opt_type = IPV6_TLV_IOAM; in ioam6_build_state()