Searched refs:NLA_NUL_STRING (Results 1 – 25 of 46) sorted by relevance
12
/kernel/linux/linux-5.10/net/netlink/ |
D | policy.c | 228 case NLA_NUL_STRING: in netlink_policy_dump_attr_size_estimate() 340 case NLA_NUL_STRING: in __netlink_policy_dump_write_attr() 344 else if (pt->type == NLA_NUL_STRING) in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-5.10/include/linux/ |
D | genl_magic_func.h | 44 .len = maxlen - (nla_type == NLA_NUL_STRING) }, 82 case NLA_NUL_STRING: in dprint_array() 365 s->name ## _len + (nla_type == NLA_NUL_STRING)),\
|
D | genl_magic_struct.h | 91 __array(attr_nr, attr_flag, name, NLA_NUL_STRING, char, maxlen, \
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | nldev.c | 55 [RDMA_NLDEV_ATTR_CHARDEV_NAME] = { .type = NLA_NUL_STRING, 57 [RDMA_NLDEV_ATTR_CHARDEV_TYPE] = { .type = NLA_NUL_STRING, 61 [RDMA_NLDEV_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, 64 [RDMA_NLDEV_ATTR_DEV_PROTOCOL] = { .type = NLA_NUL_STRING, 69 [RDMA_NLDEV_ATTR_DRIVER_STRING] = { .type = NLA_NUL_STRING, 75 [RDMA_NLDEV_ATTR_FW_VERSION] = { .type = NLA_NUL_STRING, 78 [RDMA_NLDEV_ATTR_LINK_TYPE] = { .type = NLA_NUL_STRING, 82 [RDMA_NLDEV_ATTR_NDEV_NAME] = { .type = NLA_NUL_STRING, 99 [RDMA_NLDEV_ATTR_RES_KERN_NAME] = { .type = NLA_NUL_STRING, 128 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_NAME]= { .type = NLA_NUL_STRING, [all …]
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 144 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_core.c | 986 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 988 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING, 1180 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1308 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1310 [IPSET_ATTR_SETNAME2] = { .type = NLA_NUL_STRING, 1482 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1701 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1934 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netiface.c | 486 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING, 494 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipmark.c | 296 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_bitmap_port.c | 309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ip.c | 298 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipmac.c | 288 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
D | ip_set_hash_ipport.c | 365 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_net.c | 375 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_bitmap_ip.c | 364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_bitmap_ipmac.c | 400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipportip.c | 380 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netport.c | 485 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netnet.c | 483 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_compat.c | 129 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING }, 391 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING }, 701 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,
|
D | nfnetlink_cthelper.c | 126 [NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING, 747 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
|
D | nfnetlink_acct.c | 371 [NFACCT_NAME] = { .type = NLA_NUL_STRING, .len = NFACCT_NAME_MAX-1 },
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_pnet.c | 37 .type = NLA_NUL_STRING, 41 .type = NLA_NUL_STRING, 45 .type = NLA_NUL_STRING,
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | netlink.c | 18 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING, 26 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING,
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_bpf.c | 179 [TCA_ACT_BPF_NAME] = { .type = NLA_NUL_STRING,
|
/kernel/linux/linux-5.10/net/core/ |
D | devlink.c | 5329 item->nla_type = NLA_NUL_STRING; in devlink_fmsg_put_name() 5493 NLA_NUL_STRING); in devlink_fmsg_string_put() 5653 case NLA_NUL_STRING: in devlink_fmsg_item_fill_type() 5681 case NLA_NUL_STRING: in devlink_fmsg_item_fill_data() 7548 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING }, 7549 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING }, 7565 [DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING }, 7569 [DEVLINK_ATTR_PARAM_NAME] = { .type = NLA_NUL_STRING }, 7572 [DEVLINK_ATTR_REGION_NAME] = { .type = NLA_NUL_STRING }, 7576 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING }, [all …]
|
12