/linux-6.3-rc2/net/tipc/ |
A D | netlink.c | 107 [TIPC_NLA_NODE_ID] = { .type = NLA_BINARY, 109 [TIPC_NLA_NODE_KEY] = { .type = NLA_BINARY, 142 [TIPC_NLA_UDP_LOCAL] = {.type = NLA_BINARY, 144 [TIPC_NLA_UDP_REMOTE] = {.type = NLA_BINARY,
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | vendor-cmd.c | 14 [IWL_MVM_VENDOR_ATTR_SSID] = { .type = NLA_BINARY, 18 [IWL_MVM_VENDOR_ATTR_COLLOC_ADDR] = { .type = NLA_BINARY, .len = ETH_ALEN },
|
/linux-6.3-rc2/lib/ |
A D | nlattr.c | 129 case NLA_BINARY: in nla_get_range_unsigned() 189 case NLA_BINARY: in nla_validate_range_unsigned() 205 pt->type == NLA_BINARY && value > range.max) { in nla_validate_range_unsigned() 219 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned() 324 case NLA_BINARY: in nla_validate_int_range() 466 case NLA_BINARY: in validate_nla()
|
/linux-6.3-rc2/include/net/ |
A D | netlink.h | 177 NLA_BINARY, enumerator 391 tp == NLA_BINARY) + tp) 399 tp == NLA_BINARY) + tp) 452 #define NLA_POLICY_EXACT_LEN(_len) NLA_POLICY_RANGE(NLA_BINARY, _len, _len) 454 .type = NLA_BINARY, \ 459 #define NLA_POLICY_MIN_LEN(_len) NLA_POLICY_MIN(NLA_BINARY, _len)
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
A D | testmode.c | 42 [ATH6KL_TM_ATTR_DATA] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/net/netlink/ |
A D | policy.c | 239 case NLA_BINARY: in netlink_policy_dump_attr_size_estimate() 351 case NLA_BINARY: in __netlink_policy_dump_write_attr()
|
/linux-6.3-rc2/net/netlabel/ |
A D | netlabel_unlabeled.c | 117 [NLBL_UNLABEL_A_IPV6ADDR] = { .type = NLA_BINARY, 119 [NLBL_UNLABEL_A_IPV6MASK] = { .type = NLA_BINARY, 121 [NLBL_UNLABEL_A_IPV4ADDR] = { .type = NLA_BINARY, 123 [NLBL_UNLABEL_A_IPV4MASK] = { .type = NLA_BINARY, 127 [NLBL_UNLABEL_A_SECCTX] = { .type = NLA_BINARY }
|
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/ |
A D | testmode.c | 29 [WCN36XX_TM_ATTR_DATA] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/net/ipv6/ |
A D | seg6.c | 140 [SEG6_ATTR_DST] = { .type = NLA_BINARY, 144 [SEG6_ATTR_SECRET] = { .type = NLA_BINARY, },
|
A D | rpl_iptunnel.c | 36 [RPL_IPTUNNEL_SRH] = { .type = NLA_BINARY },
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | vendor_cmd.c | 22 [WLCORE_VENDOR_ATTR_GROUP_KEY] = { .type = NLA_BINARY,
|
A D | testmode.c | 51 [WL1271_TM_ATTR_DATA] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/net/ethtool/ |
A D | wol.c | 91 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
|
A D | bitset.c | 310 [ETHTOOL_A_BITSET_VALUE] = { .type = NLA_BINARY }, 311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY },
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_hash_mac.c | 140 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
|
A D | ip_set_hash_ipmac.c | 284 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | testmode.c | 16 [ATH11K_TM_ATTR_DATA] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_netlink.c | 902 .type = NLA_BINARY, 906 .type = NLA_BINARY, 914 .type = NLA_BINARY, 918 .type = NLA_BINARY,
|
/linux-6.3-rc2/net/sched/ |
A D | sch_tbf.c | 341 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE }, 342 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
|
A D | act_bpf.c | 183 [TCA_ACT_BPF_OPS] = { .type = NLA_BINARY,
|
/linux-6.3-rc2/include/linux/ |
A D | genl_magic_struct.h | 94 __array(attr_nr, attr_flag, name, NLA_BINARY, char, maxlen, \
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.c | 385 [NL80211_TXRATE_HT] = { .type = NLA_BINARY, 425 NLA_POLICY_RANGE(NLA_BINARY, 533 [NL80211_ATTR_MESH_ID] = { .type = NLA_BINARY, 560 [NL80211_ATTR_SSID] = { .type = NLA_BINARY, 585 [NL80211_ATTR_FRAME] = { .type = NLA_BINARY, 667 [NL80211_ATTR_IE_RIC] = { .type = NLA_BINARY, 685 NLA_POLICY_RANGE(NLA_BINARY, 2, 253), 797 NLA_POLICY_RANGE(NLA_BINARY, 882 .type = NLA_BINARY, 886 .type = NLA_BINARY, [all …]
|
/linux-6.3-rc2/net/devlink/ |
A D | health.c | 888 return devlink_fmsg_put_value(fmsg, value, value_len, NLA_BINARY); in devlink_fmsg_binary_put() 1039 case NLA_BINARY: in devlink_fmsg_item_fill_type() 1068 case NLA_BINARY: in devlink_fmsg_item_fill_data()
|
/linux-6.3-rc2/net/mctp/ |
A D | neigh.c | 112 [NDA_LLADDR] = { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | testmode.c | 21 [ATH10K_TM_ATTR_DATA] = { .type = NLA_BINARY,
|