Home
last modified time | relevance | path

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

/linux-4.4.14/net/ieee802154/
Dnl_policy.c24 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
26 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
/linux-4.4.14/include/net/
Dfib_rules.h84 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
85 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
Dnetlink.h167 NLA_STRING, enumerator
/linux-4.4.14/net/netfilter/
Dnft_lookup.c46 [NFTA_LOOKUP_SET] = { .type = NLA_STRING },
Dnft_log.c41 [NFTA_LOG_PREFIX] = { .type = NLA_STRING },
Dnf_tables_api.c437 [NFTA_TABLE_NAME] = { .type = NLA_STRING,
909 [NFTA_CHAIN_TABLE] = { .type = NLA_STRING },
911 [NFTA_CHAIN_NAME] = { .type = NLA_STRING,
915 [NFTA_CHAIN_TYPE] = { .type = NLA_STRING },
922 [NFTA_HOOK_DEV] = { .type = NLA_STRING,
1594 [NFTA_EXPR_NAME] = { .type = NLA_STRING },
1774 [NFTA_RULE_TABLE] = { .type = NLA_STRING },
1775 [NFTA_RULE_CHAIN] = { .type = NLA_STRING,
2323 [NFTA_SET_TABLE] = { .type = NLA_STRING },
2324 [NFTA_SET_NAME] = { .type = NLA_STRING,
[all …]
Dnft_dynset.c92 [NFTA_DYNSET_SET_NAME] = { .type = NLA_STRING },
/linux-4.4.14/drivers/infiniband/core/
Diwpm_msg.c336 [IWPM_NLA_RREG_IBDEV_NAME] = { .type = NLA_STRING,
338 [IWPM_NLA_RREG_ULIB_NAME] = { .type = NLA_STRING,
635 [IWPM_NLA_MAPINFO_ULIB_NAME] = { .type = NLA_STRING,
/linux-4.4.14/net/sched/
Dact_simple.c76 [TCA_DEF_DATA] = { .type = NLA_STRING, .len = SIMP_MAX_DATA },
Dact_ipt.c80 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dcls_fw.c185 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dcls_flower.c201 [TCA_FLOWER_INDEV] = { .type = NLA_STRING,
Dcls_u32.c588 [TCA_U32_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
/linux-4.4.14/kernel/
Dtaskstats.c54 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
55 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
/linux-4.4.14/net/netfilter/ipset/
Dip_set_list_set.c647 [IPSET_ATTR_NAME] = { .type = NLA_STRING,
649 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
/linux-4.4.14/lib/
Dnlattr.c59 case NLA_STRING: in validate_nla()
/linux-4.4.14/net/tipc/
Dbearer.c61 .type = NLA_STRING,
70 [TIPC_NLA_MEDIA_NAME] = { .type = NLA_STRING },
Dlink.c58 .type = NLA_STRING,
/linux-4.4.14/net/core/
Drtnetlink.c1344 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 },
1359 [IFLA_IFALIAS] = { .type = NLA_STRING, .len = IFALIASZ-1 },
1376 [IFLA_INFO_KIND] = { .type = NLA_STRING },
1378 [IFLA_INFO_SLAVE_KIND] = { .type = NLA_STRING },
1405 [IFLA_PORT_PROFILE] = { .type = NLA_STRING,
1411 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,
Dneighbour.c1911 [NDTA_NAME] = { .type = NLA_STRING },
/linux-4.4.14/net/nfc/
Dnetlink.c51 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
63 [NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING,
71 [NFC_SDP_ATTR_URI] = { .type = NLA_STRING },
/linux-4.4.14/drivers/net/team/
Dteam.c2149 .type = NLA_STRING,
2262 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_STRING)) in team_nl_fill_one_option_get()
2467 case NLA_STRING: in team_nl_cmd_options_set()
/linux-4.4.14/net/decnet/
Ddn_dev.c563 [IFA_LABEL] = { .type = NLA_STRING,
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c593 [HWSIM_ATTR_REG_HINT_ALPHA2] = { .type = NLA_STRING, .len = 2 },
598 [HWSIM_ATTR_RADIO_NAME] = { .type = NLA_STRING },
/linux-4.4.14/net/ipv4/
Ddevinet.c100 [IFA_LABEL] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 },
/linux-4.4.14/net/wireless/
Dnl80211.c266 [NL80211_ATTR_REG_ALPHA2] = { .type = NLA_STRING, .len = 2 },