Searched refs:opt_type (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | geneve.c | 11 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() 128 geneve->opt_type = 0; in mlx5_geneve_tlv_option_del()
|
| /Linux-v5.4/net/6lowpan/ |
| D | ndisc.c | 161 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()
|
| /Linux-v5.4/fs/hfsplus/ |
| D | options.c | 23 opt_creator, opt_type, enumerator 33 { opt_type, "type=%s" }, 121 case opt_type: in hfsplus_parse_options()
|
| /Linux-v5.4/fs/hfs/ |
| D | super.c | 189 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator 202 { opt_type, "type=%s" }, 305 case opt_type: in parse_options()
|
| /Linux-v5.4/drivers/net/team/ |
| D | team.c | 2532 enum team_option_type opt_type; in team_nl_cmd_options_set() local 2558 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set() 2561 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set() 2564 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set() 2567 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set() 2570 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set() 2577 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set() 2602 if (option->type != opt_type || in team_nl_cmd_options_set() 2610 switch (opt_type) { in team_nl_cmd_options_set()
|