/Linux-v4.19/tools/lib/bpf/ |
D | nlattr.c | 25 [NLA_STRING] = 1, 85 if (pt->type == NLA_STRING) { in validate_nla() 153 [NLMSGERR_ATTR_MSG] = { .type = NLA_STRING }, in nla_dump_errormsg()
|
D | nlattr.h | 31 NLA_STRING, /**< NUL terminated character string */ enumerator
|
/Linux-v4.19/net/ieee802154/ |
D | nl_policy.c | 24 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, }, 26 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
|
/Linux-v4.19/net/tipc/ |
D | netlink.c | 90 [TIPC_NLA_LINK_NAME] = { .type = NLA_STRING, 118 [TIPC_NLA_BEARER_NAME] = { .type = NLA_STRING, 126 [TIPC_NLA_MEDIA_NAME] = { .type = NLA_STRING },
|
/Linux-v4.19/net/batman-adv/ |
D | netlink.c | 69 [BATADV_ATTR_VERSION] = { .type = NLA_STRING }, 70 [BATADV_ATTR_ALGO_NAME] = { .type = NLA_STRING }, 72 [BATADV_ATTR_MESH_IFNAME] = { .type = NLA_STRING }, 75 [BATADV_ATTR_HARD_IFNAME] = { .type = NLA_STRING },
|
/Linux-v4.19/include/net/ |
D | fib_rules.h | 106 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \ 107 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
|
D | netlink.h | 171 NLA_STRING, enumerator
|
/Linux-v4.19/net/netfilter/ |
D | nft_objref.c | 192 [NFTA_OBJREF_IMM_NAME] = { .type = NLA_STRING, 196 [NFTA_OBJREF_SET_NAME] = { .type = NLA_STRING,
|
D | nft_lookup.c | 52 [NFTA_LOOKUP_SET] = { .type = NLA_STRING,
|
D | nft_log.c | 126 [NFTA_LOG_PREFIX] = { .type = NLA_STRING,
|
D | nft_dynset.c | 100 [NFTA_DYNSET_SET_NAME] = { .type = NLA_STRING,
|
D | nf_tables_api.c | 521 [NFTA_TABLE_NAME] = { .type = NLA_STRING, 1098 [NFTA_CHAIN_TABLE] = { .type = NLA_STRING, 1101 [NFTA_CHAIN_NAME] = { .type = NLA_STRING, 1105 [NFTA_CHAIN_TYPE] = { .type = NLA_STRING }, 1112 [NFTA_HOOK_DEV] = { .type = NLA_STRING, 1978 [NFTA_EXPR_NAME] = { .type = NLA_STRING }, 2159 [NFTA_RULE_TABLE] = { .type = NLA_STRING, 2161 [NFTA_RULE_CHAIN] = { .type = NLA_STRING, 2896 [NFTA_SET_TABLE] = { .type = NLA_STRING, 2898 [NFTA_SET_NAME] = { .type = NLA_STRING, [all …]
|
D | nft_numgen.c | 76 [NFTA_NG_SET_NAME] = { .type = NLA_STRING,
|
D | nft_hash.c | 117 [NFTA_HASH_SET_NAME] = { .type = NLA_STRING,
|
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_msg.c | 339 [IWPM_NLA_RREG_IBDEV_NAME] = { .type = NLA_STRING, 341 [IWPM_NLA_RREG_ULIB_NAME] = { .type = NLA_STRING, 633 [IWPM_NLA_MAPINFO_ULIB_NAME] = { .type = NLA_STRING,
|
/Linux-v4.19/kernel/ |
D | taskstats.c | 50 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING }, 51 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
|
/Linux-v4.19/net/sched/ |
D | em_ipt.c | 37 [TCA_EM_IPT_MATCH_NAME] = { .type = NLA_STRING,
|
D | act_simple.c | 77 [TCA_DEF_DATA] = { .type = NLA_STRING, .len = SIMP_MAX_DATA },
|
D | cls_fw.c | 206 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
|
D | act_ipt.c | 92 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_list_set.c | 648 [IPSET_ATTR_NAME] = { .type = NLA_STRING, 650 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
|
/Linux-v4.19/lib/ |
D | nlattr.c | 111 case NLA_STRING: in validate_nla()
|
/Linux-v4.19/net/nfc/ |
D | netlink.c | 44 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING, 56 [NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING, 64 [NFC_SDP_ATTR_URI] = { .type = NLA_STRING,
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 1703 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 }, 1748 [IFLA_INFO_KIND] = { .type = NLA_STRING }, 1750 [IFLA_INFO_SLAVE_KIND] = { .type = NLA_STRING }, 1771 [IFLA_PORT_PROFILE] = { .type = NLA_STRING, 1775 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,
|
/Linux-v4.19/drivers/net/team/ |
D | team.c | 2190 .type = NLA_STRING, 2303 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_STRING)) in team_nl_fill_one_option_get() 2514 case NLA_STRING: in team_nl_cmd_options_set()
|