Home
last modified time | relevance | path

Searched refs:TEAM_ATTR_OPTION_DATA (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_team.h71 TEAM_ATTR_OPTION_DATA, /* dynamic */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_team.h71 TEAM_ATTR_OPTION_DATA, /* dynamic */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_team.h71 TEAM_ATTR_OPTION_DATA, /* dynamic */ enumerator
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c2260 [TEAM_ATTR_OPTION_DATA] = { .type = NLA_BINARY },
2366 if (nla_put_u32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.u32_val)) in team_nl_fill_one_option_get()
2372 if (nla_put_string(skb, TEAM_ATTR_OPTION_DATA, in team_nl_fill_one_option_get()
2379 if (nla_put(skb, TEAM_ATTR_OPTION_DATA, ctx.data.bin_val.len, in team_nl_fill_one_option_get()
2387 nla_put_flag(skb, TEAM_ATTR_OPTION_DATA)) in team_nl_fill_one_option_get()
2393 if (nla_put_s32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.s32_val)) in team_nl_fill_one_option_get()
2599 attr_data = opt_attrs[TEAM_ATTR_OPTION_DATA]; in team_nl_cmd_options_set()