Searched refs:opt_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/6lowpan/ |
D | ndisc.c | 167 u8 opt_type; in lowpan_ndisc_fill_addr_option() local 182 opt_type = ND_OPT_TARGET_LL_ADDR; in lowpan_ndisc_fill_addr_option() 186 opt_type = ND_OPT_SOURCE_LL_ADDR; in lowpan_ndisc_fill_addr_option() 197 __ndisc_fill_addr_option(skb, opt_type, &short_addr, in lowpan_ndisc_fill_addr_option()
|
/Linux-v4.19/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-v4.19/fs/hfs/ |
D | super.c | 195 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator 208 { opt_type, "type=%s" }, 311 case opt_type: in parse_options()
|
/Linux-v4.19/drivers/net/team/ |
D | team.c | 2488 enum team_option_type opt_type; in team_nl_cmd_options_set() local 2512 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set() 2515 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set() 2518 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set() 2521 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set() 2524 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set() 2531 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set() 2556 if (option->type != opt_type || in team_nl_cmd_options_set() 2564 switch (opt_type) { in team_nl_cmd_options_set()
|