Home
last modified time | relevance | path

Searched refs:NLA_STRING (Results 1 – 17 of 17) sorted by relevance

/linux-3.3/net/ieee802154/
Dnl_policy.c28 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
30 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
/linux-3.3/include/net/
Dfib_rules.h76 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
77 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
Dnetlink.h170 NLA_STRING, enumerator
/linux-3.3/net/sched/
Dact_simple.c95 [TCA_DEF_DATA] = { .type = NLA_STRING, .len = SIMP_MAX_DATA },
Dact_ipt.c99 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dcls_fw.c190 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dcls_u32.c488 [TCA_U32_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
/linux-3.3/kernel/
Dtaskstats.c53 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
54 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
/linux-3.3/net/netfilter/ipset/
Dip_set_list_set.c587 [IPSET_ATTR_NAME] = { .type = NLA_STRING,
589 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
/linux-3.3/lib/
Dnlattr.c56 case NLA_STRING: in validate_nla()
/linux-3.3/net/core/
Drtnetlink.c1097 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 },
1111 [IFLA_IFALIAS] = { .type = NLA_STRING, .len = IFALIASZ-1 },
1121 [IFLA_INFO_KIND] = { .type = NLA_STRING },
1140 [IFLA_PORT_PROFILE] = { .type = NLA_STRING,
1146 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,
Dneighbour.c1918 [NDTA_NAME] = { .type = NLA_STRING },
/linux-3.3/drivers/net/team/
Dteam.c1142 .type = NLA_STRING,
1279 NLA_PUT_U8(skb, TEAM_ATTR_OPTION_TYPE, NLA_STRING); in team_nl_fill_options_get()
1365 case NLA_STRING: in team_nl_cmd_options_set()
/linux-3.3/net/nfc/
Dnetlink.c46 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
/linux-3.3/net/decnet/
Ddn_dev.c574 [IFA_LABEL] = { .type = NLA_STRING,
/linux-3.3/net/ipv4/
Ddevinet.c95 [IFA_LABEL] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 },
/linux-3.3/net/wireless/
Dnl80211.c121 [NL80211_ATTR_REG_ALPHA2] = { .type = NLA_STRING, .len = 2 },