Home
last modified time | relevance | path

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

/linux-4.4.14/net/ieee802154/
Dnl_policy.c55 [IEEE802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
Dnl802154.c210 [NL802154_ATTR_TX_POWER] = { .type = NLA_S32, },
214 [NL802154_ATTR_CCA_ED_LEVEL] = { .type = NLA_S32, },
/linux-4.4.14/lib/
Dnlattr.c26 [NLA_S32] = sizeof(s32),
/linux-4.4.14/include/net/
Dnetlink.h176 NLA_S32, enumerator
/linux-4.4.14/net/core/
Dnet_namespace.c536 [NETNSA_NSID] = { .type = NLA_S32 },
Drtnetlink.c1371 [IFLA_LINK_NETNSID] = { .type = NLA_S32 },
/linux-4.4.14/net/ipv4/
Dtcp_metrics.c763 [TCP_METRICS_ATTR_TW_TS_STAMP] = { .type = NLA_S32, },
/linux-4.4.14/drivers/net/team/
Dteam.c2283 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()