Home
last modified time | relevance | path

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

12

/linux/fs/smb/client/
H A Dnetlink.c18 [CIFS_GENL_ATTR_SWN_NET_NAME] = { .type = NLA_STRING },
19 [CIFS_GENL_ATTR_SWN_SHARE_NAME] = { .type = NLA_STRING },
25 [CIFS_GENL_ATTR_SWN_USER_NAME] = { .type = NLA_STRING },
26 [CIFS_GENL_ATTR_SWN_PASSWORD] = { .type = NLA_STRING },
27 [CIFS_GENL_ATTR_SWN_DOMAIN_NAME] = { .type = NLA_STRING },
30 [CIFS_GENL_ATTR_SWN_RESOURCE_NAME] = { .type = NLA_STRING},
/linux/net/ieee802154/
H A Dnl_policy.c15 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
17 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
/linux/net/netlink/
H A Dpolicy.c239 case NLA_STRING: in netlink_policy_dump_attr_size_estimate()
362 case NLA_STRING: in __netlink_policy_dump_write_attr()
365 if (pt->type == NLA_STRING) in __netlink_policy_dump_write_attr()
/linux/net/netfilter/
H A Dnft_objref.c267 [NFTA_OBJREF_IMM_NAME] = { .type = NLA_STRING,
271 [NFTA_OBJREF_SET_NAME] = { .type = NLA_STRING,
H A Dnft_lookup.c125 [NFTA_LOOKUP_SET] = { .type = NLA_STRING,
H A Dnft_log.c67 [NFTA_LOG_PREFIX] = { .type = NLA_STRING, in nft_log_eval_audit()
H A Dnfnetlink_hook.c29 [NFNLA_HOOK_DEV] = { .type = NLA_STRING,
H A Dnft_dynset.c158 [NFTA_DYNSET_SET_NAME] = { .type = NLA_STRING,
H A Dnf_tables_api.c1165 [NFTA_TABLE_NAME] = { .type = NLA_STRING,
1923 [NFTA_CHAIN_TABLE] = { .type = NLA_STRING,
1926 [NFTA_CHAIN_NAME] = { .type = NLA_STRING,
1930 [NFTA_CHAIN_TYPE] = { .type = NLA_STRING,
1942 [NFTA_HOOK_DEV] = { .type = NLA_STRING,
3394 [NFTA_EXPR_NAME] = { .type = NLA_STRING,
3669 [NFTA_RULE_TABLE] = { .type = NLA_STRING,
3671 [NFTA_RULE_CHAIN] = { .type = NLA_STRING,
4649 [NFTA_SET_TABLE] = { .type = NLA_STRING,
4651 [NFTA_SET_NAME] = { .type = NLA_STRING,
[all …]
H A Dnft_meta.c913 [NFTA_SECMARK_CTX] = { .type = NLA_STRING, .len = NFT_SECMARK_CTX_MAXLEN },
H A Dnft_ct.c1237 [NFTA_CT_HELPER_NAME] = { .type = NLA_STRING,
/linux/net/smc/
H A Dsmc_netlink.c29 [SMC_NLA_EID_TABLE_ENTRY] = { .type = NLA_STRING,
/linux/drivers/infiniband/core/
H A Diwpm_msg.c368 [IWPM_NLA_RREG_IBDEV_NAME] = { .type = NLA_STRING,
370 [IWPM_NLA_RREG_ULIB_NAME] = { .type = NLA_STRING,
680 [IWPM_NLA_MAPINFO_ULIB_NAME] = { .type = NLA_STRING,
/linux/drivers/thermal/
H A Dthermal_netlink.c35 [THERMAL_GENL_ATTR_TZ_NAME] = { .type = NLA_STRING,
39 [THERMAL_GENL_ATTR_TZ_GOV_NAME] = { .type = NLA_STRING,
46 [THERMAL_GENL_ATTR_CDEV_NAME] = { .type = NLA_STRING,
/linux/kernel/
H A Dtaskstats.c41 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
42 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
/linux/net/sched/
H A Dem_ipt.c34 [TCA_EM_IPT_MATCH_NAME] = { .type = NLA_STRING,
H A Dcls_fw.c197 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
/linux/net/tipc/
H A Dnetlink.c136 [TIPC_NLA_MEDIA_NAME] = { .type = NLA_STRING },
/linux/Documentation/core-api/
H A Dnetlink.rst85 Switches from the ``NLA_NUL_STRING`` to ``NLA_STRING`` policy type.
/linux/net/netfilter/ipset/
H A Dip_set_list_set.c660 [IPSET_ATTR_NAME] = { .type = NLA_STRING,
662 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
/linux/net/nfc/
H A Dnetlink.c32 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
45 [NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING,
56 [NFC_SDP_ATTR_URI] = { .type = NLA_STRING,
/linux/net/core/
H A Dfib_rules.c848 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 },
849 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 },
H A Drtnetlink.c2225 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 },
2268 [IFLA_ALT_IFNAME] = { .type = NLA_STRING,
2286 [IFLA_INFO_KIND] = { .type = NLA_STRING },
2288 [IFLA_INFO_SLAVE_KIND] = { .type = NLA_STRING },
2310 [IFLA_PORT_PROFILE] = { .type = NLA_STRING,
2314 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING, in linkinfo_to_kind_ops()
/linux/lib/
H A Dnlattr.c483 case NLA_STRING: in validate_nla()
/linux/include/net/
H A Dnetlink.h183 NLA_STRING, enumerator

12