Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/lib/bpf/
Dnlattr.c25 [NLA_STRING] = 1,
85 if (pt->type == NLA_STRING) { in validate_nla()
153 [NLMSGERR_ATTR_MSG] = { .type = NLA_STRING }, in nla_dump_errormsg()
Dnlattr.h31 NLA_STRING, /**< NUL terminated character string */ enumerator
/Linux-v4.19/net/ieee802154/
Dnl_policy.c24 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
26 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
/Linux-v4.19/net/tipc/
Dnetlink.c90 [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/
Dnetlink.c69 [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/
Dfib_rules.h106 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
107 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
Dnetlink.h171 NLA_STRING, enumerator
/Linux-v4.19/net/netfilter/
Dnft_objref.c192 [NFTA_OBJREF_IMM_NAME] = { .type = NLA_STRING,
196 [NFTA_OBJREF_SET_NAME] = { .type = NLA_STRING,
Dnft_lookup.c52 [NFTA_LOOKUP_SET] = { .type = NLA_STRING,
Dnft_log.c126 [NFTA_LOG_PREFIX] = { .type = NLA_STRING,
Dnft_dynset.c100 [NFTA_DYNSET_SET_NAME] = { .type = NLA_STRING,
Dnf_tables_api.c521 [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 …]
Dnft_numgen.c76 [NFTA_NG_SET_NAME] = { .type = NLA_STRING,
Dnft_hash.c117 [NFTA_HASH_SET_NAME] = { .type = NLA_STRING,
/Linux-v4.19/drivers/infiniband/core/
Diwpm_msg.c339 [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/
Dtaskstats.c50 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
51 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
/Linux-v4.19/net/sched/
Dem_ipt.c37 [TCA_EM_IPT_MATCH_NAME] = { .type = NLA_STRING,
Dact_simple.c77 [TCA_DEF_DATA] = { .type = NLA_STRING, .len = SIMP_MAX_DATA },
Dcls_fw.c206 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dact_ipt.c92 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
/Linux-v4.19/net/netfilter/ipset/
Dip_set_list_set.c648 [IPSET_ATTR_NAME] = { .type = NLA_STRING,
650 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
/Linux-v4.19/lib/
Dnlattr.c111 case NLA_STRING: in validate_nla()
/Linux-v4.19/net/nfc/
Dnetlink.c44 [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/
Drtnetlink.c1703 [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/
Dteam.c2190 .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()

12