Searched refs:NLA_S32 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/ieee802154/ |
D | nl_policy.c | 55 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
D | nl802154.c | 210 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, }, 214 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
|
/linux-4.4.14/lib/ |
D | nlattr.c | 26 [NLA_S32] = sizeof(s32),
|
/linux-4.4.14/include/net/ |
D | netlink.h | 176 NLA_S32, enumerator
|
/linux-4.4.14/net/core/ |
D | net_namespace.c | 536 [NETNSA_NSID] = { .type = NLA_S32 },
|
D | rtnetlink.c | 1371 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
|
/linux-4.4.14/net/ipv4/ |
D | tcp_metrics.c | 763 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 2283 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_S32)) in team_nl_fill_one_option_get() 2476 case NLA_S32: in team_nl_cmd_options_set()
|