Searched refs:NLA_NUL_STRING (Results 1 – 25 of 50) sorted by relevance
12
/linux/net/netlink/ |
A 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()
|
/linux/include/linux/ |
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)),\
|
A D | genl_magic_struct.h | 91 __array(attr_nr, attr_flag, name, NLA_NUL_STRING, char, maxlen, \
|
/linux/drivers/infiniband/core/ |
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, 101 [RDMA_NLDEV_ATTR_RES_KERN_NAME] = { .type = NLA_NUL_STRING, 130 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_NAME]= { .type = NLA_NUL_STRING, [all …]
|
/linux/net/netfilter/ |
A D | nfnetlink_hook.c | 29 [NFNLA_HOOK_FUNCTION_NAME] = { .type = NLA_NUL_STRING, 31 [NFNLA_HOOK_MODULE_NAME] = { .type = NLA_NUL_STRING,
|
A D | nft_compat.c | 137 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING }, 414 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING }, 710 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,
|
A D | nfnetlink_cthelper.c | 126 [NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING, 732 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
|
A D | nfnetlink_acct.c | 373 [NFACCT_NAME] = { .type = NLA_NUL_STRING, .len = NFACCT_NAME_MAX-1 },
|
/linux/net/netfilter/ipset/ |
A D | ip_set_core.c | 975 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 977 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING, 1167 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1293 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1295 [IPSET_ATTR_SETNAME2] = { .type = NLA_NUL_STRING, 1463 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1680 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1899 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_mac.c | 146 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netiface.c | 497 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING, 505 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ip.c | 308 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipmac.c | 290 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
A D | ip_set_hash_ipmark.c | 307 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_port.c | 309 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_net.c | 387 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_ip.c | 364 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipport.c | 371 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_bitmap_ipmac.c | 400 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_ipportip.c | 386 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
A D | ip_set_hash_netport.c | 497 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
/linux/net/smc/ |
A D | smc_pnet.c | 37 .type = NLA_NUL_STRING, 41 .type = NLA_NUL_STRING, 45 .type = NLA_NUL_STRING,
|
/linux/net/ethtool/ |
A D | netlink.c | 19 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING, 27 [ETHTOOL_A_HEADER_DEV_NAME] = { .type = NLA_NUL_STRING,
|
/linux/net/sched/ |
A D | act_bpf.c | 177 [TCA_ACT_BPF_NAME] = { .type = NLA_NUL_STRING,
|
/linux/net/core/ |
A D | devlink.c | 6197 item->nla_type = NLA_NUL_STRING; in devlink_fmsg_put_name() 6358 NLA_NUL_STRING); in devlink_fmsg_string_put() 6518 case NLA_NUL_STRING: in devlink_fmsg_item_fill_type() 6546 case NLA_NUL_STRING: in devlink_fmsg_item_fill_data() 8491 [DEVLINK_ATTR_BUS_NAME] = { .type = NLA_NUL_STRING }, 8492 [DEVLINK_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING }, 8512 [DEVLINK_ATTR_PARAM_NAME] = { .type = NLA_NUL_STRING }, 8515 [DEVLINK_ATTR_REGION_NAME] = { .type = NLA_NUL_STRING }, 8526 [DEVLINK_ATTR_TRAP_NAME] = { .type = NLA_NUL_STRING }, 8528 [DEVLINK_ATTR_TRAP_GROUP_NAME] = { .type = NLA_NUL_STRING }, [all …]
|
Completed in 82 milliseconds
12