Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/ieee802154/
Dnl_policy.c15 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
17 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
/Linux-v5.4/net/tipc/
Dnetlink.c90 [TIPC_NLA_LINK_NAME] = { .type = NLA_STRING,
120 [TIPC_NLA_BEARER_NAME] = { .type = NLA_STRING,
128 [TIPC_NLA_MEDIA_NAME] = { .type = NLA_STRING },
/Linux-v5.4/include/net/
Dfib_rules.h107 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
108 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \
Dnetlink.h171 NLA_STRING, enumerator
/Linux-v5.4/net/netfilter/
Dnft_objref.c222 [NFTA_OBJREF_IMM_NAME] = { .type = NLA_STRING,
226 [NFTA_OBJREF_SET_NAME] = { .type = NLA_STRING,
Dnft_lookup.c49 [NFTA_LOOKUP_SET] = { .type = NLA_STRING,
Dnft_flow_offload.c154 [NFTA_FLOW_TABLE_NAME] = { .type = NLA_STRING,
Dnft_log.c123 [NFTA_LOG_PREFIX] = { .type = NLA_STRING,
Dnf_tables_api.c564 [NFTA_TABLE_NAME] = { .type = NLA_STRING,
1170 [NFTA_CHAIN_TABLE] = { .type = NLA_STRING,
1173 [NFTA_CHAIN_NAME] = { .type = NLA_STRING,
1177 [NFTA_CHAIN_TYPE] = { .type = NLA_STRING },
1185 [NFTA_HOOK_DEV] = { .type = NLA_STRING,
2091 [NFTA_EXPR_NAME] = { .type = NLA_STRING },
2288 [NFTA_RULE_TABLE] = { .type = NLA_STRING,
2290 [NFTA_RULE_CHAIN] = { .type = NLA_STRING,
3072 [NFTA_SET_TABLE] = { .type = NLA_STRING,
3074 [NFTA_SET_NAME] = { .type = NLA_STRING,
[all …]
Dnft_dynset.c117 [NFTA_DYNSET_SET_NAME] = { .type = NLA_STRING,
Dnft_meta.c615 [NFTA_SECMARK_CTX] = { .type = NLA_STRING, .len = NFT_SECMARK_CTX_MAXLEN },
Dnft_ct.c1133 [NFTA_CT_HELPER_NAME] = { .type = NLA_STRING,
/Linux-v5.4/drivers/infiniband/core/
Diwpm_msg.c384 [IWPM_NLA_RREG_IBDEV_NAME] = { .type = NLA_STRING,
386 [IWPM_NLA_RREG_ULIB_NAME] = { .type = NLA_STRING,
701 [IWPM_NLA_MAPINFO_ULIB_NAME] = { .type = NLA_STRING,
/Linux-v5.4/net/batman-adv/
Dnetlink.c94 [BATADV_ATTR_VERSION] = { .type = NLA_STRING },
95 [BATADV_ATTR_ALGO_NAME] = { .type = NLA_STRING },
97 [BATADV_ATTR_MESH_IFNAME] = { .type = NLA_STRING },
100 [BATADV_ATTR_HARD_IFNAME] = { .type = NLA_STRING },
/Linux-v5.4/kernel/
Dtaskstats.c40 [TASKSTATS_CMD_ATTR_REGISTER_CPUMASK] = { .type = NLA_STRING },
41 [TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK] = { .type = NLA_STRING },};
/Linux-v5.4/net/sched/
Dact_simple.c83 [TCA_DEF_DATA] = { .type = NLA_STRING, .len = SIMP_MAX_DATA },
Dem_ipt.c34 [TCA_EM_IPT_MATCH_NAME] = { .type = NLA_STRING,
Dact_ipt.c89 [TCA_IPT_TABLE] = { .type = NLA_STRING, .len = IFNAMSIZ },
Dcls_fw.c195 [TCA_FW_INDEV] = { .type = NLA_STRING, .len = IFNAMSIZ },
/Linux-v5.4/net/netfilter/ipset/
Dip_set_list_set.c649 [IPSET_ATTR_NAME] = { .type = NLA_STRING,
651 [IPSET_ATTR_NAMEREF] = { .type = NLA_STRING,
/Linux-v5.4/net/nfc/
Dnetlink.c32 [NFC_ATTR_DEVICE_NAME] = { .type = NLA_STRING,
44 [NFC_ATTR_FIRMWARE_NAME] = { .type = NLA_STRING,
52 [NFC_SDP_ATTR_URI] = { .type = NLA_STRING,
/Linux-v5.4/lib/
Dnlattr.c243 case NLA_STRING: in validate_nla()
/Linux-v5.4/drivers/net/team/
Dteam.c2234 .type = NLA_STRING,
2347 if (nla_put_u8(skb, TEAM_ATTR_OPTION_TYPE, NLA_STRING)) in team_nl_fill_one_option_get()
2560 case NLA_STRING: in team_nl_cmd_options_set()
/Linux-v5.4/net/core/
Drtnetlink.c1711 [IFLA_IFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ-1 },
1756 [IFLA_INFO_KIND] = { .type = NLA_STRING },
1758 [IFLA_INFO_SLAVE_KIND] = { .type = NLA_STRING },
1780 [IFLA_PORT_PROFILE] = { .type = NLA_STRING,
1784 [IFLA_PORT_HOST_UUID] = { .type = NLA_STRING,
/Linux-v5.4/net/decnet/
Ddn_dev.c564 [IFA_LABEL] = { .type = NLA_STRING,

12