Home
last modified time | relevance | path

Searched refs:NLA_NUL_STRING (Results 1 – 25 of 55) sorted by relevance

123

/linux/net/devlink/
H A Dnetlink_gen.c27 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
28 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
33 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
34 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
40 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
41 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
46 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
47 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
55 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING, },
56 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, },
[all …]
H A Dhealth.c740 item->nla_type = NLA_NUL_STRING; in devlink_fmsg_put_name()
852 devlink_fmsg_put_value(fmsg, value, strlen(value) + 1, NLA_NUL_STRING); in devlink_fmsg_string_put()
940 case NLA_NUL_STRING: in devlink_fmsg_item_fill_type()
968 case NLA_NUL_STRING: in devlink_fmsg_item_fill_data()
/linux/drivers/dpll/
H A Ddpll_nl.c29 [DPLL_A_MODULE_NAME] = { .type = NLA_NUL_STRING, },
46 [DPLL_A_PIN_MODULE_NAME] = { .type = NLA_NUL_STRING, },
48 [DPLL_A_PIN_BOARD_LABEL] = { .type = NLA_NUL_STRING, },
49 [DPLL_A_PIN_PANEL_LABEL] = { .type = NLA_NUL_STRING, },
50 [DPLL_A_PIN_PACKAGE_LABEL] = { .type = NLA_NUL_STRING, },
/linux/fs/nfsd/
H A Dnetlink.c16 [NFSD_A_SOCK_TRANSPORT_NAME] = { .type = NLA_NUL_STRING, },
30 [NFSD_A_SERVER_SCOPE] = { .type = NLA_NUL_STRING, },
/linux/net/netlink/
H A Dpolicy.c241 case NLA_NUL_STRING: in netlink_policy_dump_attr_size_estimate()
359 case NLA_NUL_STRING: in __netlink_policy_dump_write_attr()
363 else if (pt->type == NLA_NUL_STRING) in __netlink_policy_dump_write_attr()
/linux/include/linux/
H A Dgenl_magic_func.h45 .len = maxlen - (nla_type == NLA_NUL_STRING) },
83 case NLA_NUL_STRING: in dprint_array()
367 s->name ## _len + (nla_type == NLA_NUL_STRING)),\
H A Dgenl_magic_struct.h89 __array(attr_nr, attr_flag, name, NLA_NUL_STRING, char, maxlen, \
/linux/net/tipc/
H A Dnetlink.c91 [TIPC_NLA_LINK_NAME] = { .type = NLA_NUL_STRING,
128 [TIPC_NLA_BEARER_NAME] = { .type = NLA_NUL_STRING,
/linux/drivers/infiniband/core/
H A Dnldev.c62 [RDMA_NLDEV_ATTR_CHARDEV_NAME] = { .type = NLA_NUL_STRING,
64 [RDMA_NLDEV_ATTR_CHARDEV_TYPE] = { .type = NLA_NUL_STRING,
68 [RDMA_NLDEV_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING,
71 [RDMA_NLDEV_ATTR_DEV_PROTOCOL] = { .type = NLA_NUL_STRING,
76 [RDMA_NLDEV_ATTR_DRIVER_STRING] = { .type = NLA_NUL_STRING,
82 [RDMA_NLDEV_ATTR_FW_VERSION] = { .type = NLA_NUL_STRING,
85 [RDMA_NLDEV_ATTR_LINK_TYPE] = { .type = NLA_NUL_STRING,
89 [RDMA_NLDEV_ATTR_NDEV_NAME] = { .type = NLA_NUL_STRING,
108 [RDMA_NLDEV_ATTR_RES_KERN_NAME] = { .type = NLA_NUL_STRING,
137 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_NAME]= { .type = NLA_NUL_STRING,
[all …]
/linux/net/netfilter/
H A Dnfnetlink_hook.c31 [NFNLA_HOOK_FUNCTION_NAME] = { .type = NLA_NUL_STRING,
33 [NFNLA_HOOK_MODULE_NAME] = { .type = NLA_NUL_STRING,
H A Dnft_compat.c137 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING },
438 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING },
752 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,
H A Dnfnetlink_cthelper.c130 [NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING,
736 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c146 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_core.c978 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,
980 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
1171 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,
1316 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,
1318 [IPSET_ATTR_SETNAME2] = { .type = NLA_NUL_STRING,
1486 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,
1703 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING,
1933 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_netiface.c494 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING,
502 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_port.c309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ipmac.c290 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
H A Dip_set_hash_ipmark.c308 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_ip.c303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_hash_net.c384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ip.c364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
H A Dip_set_bitmap_ipmac.c400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
/linux/Documentation/core-api/
H A Dnetlink.rst85 Switches from the ``NLA_NUL_STRING`` to ``NLA_STRING`` policy type.
/linux/net/smc/
H A Dsmc_pnet.c37 .type = NLA_NUL_STRING,
41 .type = NLA_NUL_STRING,
45 .type = NLA_NUL_STRING,
/linux/net/sched/
H A Dact_bpf.c180 [TCA_ACT_BPF_NAME] = { .type = NLA_NUL_STRING,

123