Searched refs:NLA_NUL_STRING (Results 1 – 25 of 42) sorted by relevance
12
/Linux-v4.19/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, \
|
/Linux-v4.19/drivers/infiniband/core/ |
D | nldev.c | 45 [RDMA_NLDEV_ATTR_DEV_NAME] = { .type = NLA_NUL_STRING, 48 [RDMA_NLDEV_ATTR_FW_VERSION] = { .type = NLA_NUL_STRING, 61 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY_NAME] = { .type = NLA_NUL_STRING, 74 [RDMA_NLDEV_ATTR_RES_KERN_NAME] = { .type = NLA_NUL_STRING, 99 [RDMA_NLDEV_ATTR_NDEV_NAME] = { .type = NLA_NUL_STRING, 103 [RDMA_NLDEV_ATTR_DRIVER_STRING] = { .type = NLA_NUL_STRING,
|
/Linux-v4.19/net/smc/ |
D | smc_pnet.c | 29 .type = NLA_NUL_STRING, 33 .type = NLA_NUL_STRING, 37 .type = NLA_NUL_STRING,
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 148 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netiface.c | 477 [IPSET_ATTR_IFACE] = { .type = NLA_NUL_STRING, 485 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_core.c | 808 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 810 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING, 1002 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1130 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1132 [IPSET_ATTR_SETNAME2] = { .type = NLA_NUL_STRING, 1482 [IPSET_ATTR_SETNAME] = { .type = NLA_NUL_STRING, 1745 [IPSET_ATTR_TYPENAME] = { .type = NLA_NUL_STRING,
|
D | ip_set_bitmap_port.c | 286 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipmark.c | 301 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ip.c | 302 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipmac.c | 294 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING },
|
D | ip_set_bitmap_ip.c | 355 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipport.c | 369 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_net.c | 378 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_bitmap_ipmac.c | 401 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_ipportip.c | 384 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netnet.c | 485 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
D | ip_set_hash_netport.c | 489 [IPSET_ATTR_COMMENT] = { .type = NLA_NUL_STRING,
|
/Linux-v4.19/net/netfilter/ |
D | nft_compat.c | 151 [NFTA_TARGET_NAME] = { .type = NLA_NUL_STRING }, 379 [NFTA_MATCH_NAME] = { .type = NLA_NUL_STRING }, 694 [NFTA_COMPAT_NAME] = { .type = NLA_NUL_STRING,
|
D | nfnetlink_cthelper.c | 129 [NFCTH_POLICY_NAME] = { .type = NLA_NUL_STRING, 744 [NFCTH_NAME] = { .type = NLA_NUL_STRING,
|
D | nfnetlink_acct.c | 374 [NFACCT_NAME] = { .type = NLA_NUL_STRING, .len = NFACCT_NAME_MAX-1 },
|
D | nfnetlink_cttimeout.c | 41 [CTA_TIMEOUT_NAME] = { .type = NLA_NUL_STRING,
|
/Linux-v4.19/net/core/ |
D | lwt_bpf.c | 198 [LWT_BPF_PROG_NAME] = { .type = NLA_NUL_STRING,
|
/Linux-v4.19/net/sched/ |
D | act_bpf.c | 179 [TCA_ACT_BPF_NAME] = { .type = NLA_NUL_STRING,
|
/Linux-v4.19/lib/ |
D | nlattr.c | 101 case NLA_NUL_STRING: in validate_nla()
|
12