| /OK3568_Linux_fs/kernel/net/netlink/ |
| H A D | policy.c | 238 case NLA_NUL_STRING: in netlink_policy_dump_attr_size_estimate() 350 case NLA_NUL_STRING: in __netlink_policy_dump_write_attr() 354 else if (pt->type == NLA_NUL_STRING) in __netlink_policy_dump_write_attr()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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)),\
|
| H A D | genl_magic_struct.h | 91 __array(attr_nr, attr_flag, name, NLA_NUL_STRING, char, maxlen, \
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_mac.c | 144 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_core.c | 975 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 977 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING, 1169 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1297 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1299 [IPSET_ATTR_SETNAME2] = { .type = NLA_NUL_STRING, 1471 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1690 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1923 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_netiface.c | 494 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING, 502 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipmac.c | 288 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
| H A D | ip_set_bitmap_port.c | 309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ip.c | 303 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipmark.c | 304 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_bitmap_ip.c | 364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_net.c | 384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipport.c | 368 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_bitmap_ipmac.c | 400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| H A D | ip_set_hash_ipportip.c | 383 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_compat.c | 129 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING }, 391 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING }, 696 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,
|
| H A D | nfnetlink_cthelper.c | 126 [NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING, 742 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
|
| H A D | nfnetlink_acct.c | 366 [NFACCT_NAME] = { .type = NLA_NUL_STRING, .len = NFACCT_NAME_MAX-1 },
|
| H A D | nfnetlink_cttimeout.c | 38 [CTA_TIMEOUT_NAME] = { .type = NLA_NUL_STRING,
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_pnet.c | 37 .type = NLA_NUL_STRING, 41 .type = NLA_NUL_STRING, 45 .type = NLA_NUL_STRING,
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | netlink.c | 18 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING, 26 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING,
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_bpf.c | 179 [TCA_ACT_BPF_NAME] = { .type = NLA_NUL_STRING,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_ext_genl.c | 81 [GENL_CUSTOM_ATTR_MSG] = {.type = NLA_NUL_STRING},
|