Home
last modified time | relevance | path

Searched refs:NLA_BINARY (Results 1 - 25 of 122) sorted by relevance

12345

/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink.c107 [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,
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink.c107 [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,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dvendor-cmd.c14 [IWL_MVM_VENDOR_ATTR_SSID] = { .type = NLA_BINARY,
18 [IWL_MVM_VENDOR_ATTR_COLLOC_ADDR] = { .type = NLA_BINARY, .len = ETH_ALEN },
/kernel/linux/linux-5.10/lib/
H A Dnlattr.c128 case NLA_BINARY: in nla_get_range_unsigned()
185 case NLA_BINARY: in nla_validate_range_unsigned()
195 pt->type == NLA_BINARY && value > range.max) { in nla_validate_range_unsigned()
209 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned()
314 case NLA_BINARY: in nla_validate_int_range()
454 case NLA_BINARY: in validate_nla()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h177 NLA_BINARY, enumerator
223 * NLA_BINARY Maximum length of attribute payload
294 * NLA_BINARY If the validation type is like the ones for integers
301 * NLA_BINARY Validation function called for the attribute.
378 tp == NLA_BINARY) + tp)
385 tp == NLA_BINARY) + tp)
436 #define NLA_POLICY_EXACT_LEN(_len) NLA_POLICY_RANGE(NLA_BINARY, _len, _len)
438 .type = NLA_BINARY, \
443 #define NLA_POLICY_MIN_LEN(_len) NLA_POLICY_MIN(NLA_BINARY, _len)
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h177 NLA_BINARY, enumerator
225 * NLA_BINARY Maximum length of attribute payload
300 * NLA_BINARY If the validation type is like the ones for integers
307 * NLA_BINARY Validation function called for the attribute.
390 tp == NLA_BINARY) + tp)
397 tp == NLA_BINARY) + tp)
448 #define NLA_POLICY_EXACT_LEN(_len) NLA_POLICY_RANGE(NLA_BINARY, _len, _len)
450 .type = NLA_BINARY, \
455 #define NLA_POLICY_MIN_LEN(_len) NLA_POLICY_MIN(NLA_BINARY, _len)
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c133 case NLA_BINARY: in nla_get_range_unsigned()
193 case NLA_BINARY: in nla_validate_range_unsigned()
209 pt->type == NLA_BINARY && value > range.max) { in nla_validate_range_unsigned()
223 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned()
328 case NLA_BINARY: in nla_validate_int_range()
476 case NLA_BINARY: in validate_nla()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dtestmode.c42 [ATH6KL_TM_ATTR_DATA] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dtestmode.c42 [ATH6KL_TM_ATTR_DATA] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/net/netlink/
H A Dpolicy.c239 case NLA_BINARY: in netlink_policy_dump_attr_size_estimate()
351 case NLA_BINARY: in __netlink_policy_dump_write_attr()
/kernel/linux/linux-6.6/net/netlink/
H A Dpolicy.c239 case NLA_BINARY: in netlink_policy_dump_attr_size_estimate()
351 case NLA_BINARY: in __netlink_policy_dump_write_attr()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c29 [WCN36XX_TM_ATTR_DATA] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c29 [WCN36XX_TM_ATTR_DATA] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_unlabeled.c117 [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 }
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_unlabeled.c117 [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 }
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c16 [ATH11K_TM_ATTR_DATA] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dvendor_cmd.c22 [WLCORE_VENDOR_ATTR_GROUP_KEY] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/net/ethtool/
H A Dwol.c103 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_mac.c138 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dvendor_cmd.c22 [WLCORE_VENDOR_ATTR_GROUP_KEY] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/net/ethtool/
H A Dwol.c92 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_mac.c140 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6.c81 [SEG6_ATTR_DST] = { .type = NLA_BINARY,
85 [SEG6_ATTR_SECRET] = { .type = NLA_BINARY, },
H A Dseg6_local.c648 [SEG6_LOCAL_SRH] = { .type = NLA_BINARY },
650 [SEG6_LOCAL_NH4] = { .type = NLA_BINARY,
652 [SEG6_LOCAL_NH6] = { .type = NLA_BINARY,
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6.c140 [SEG6_ATTR_DST] = { .type = NLA_BINARY,
144 [SEG6_ATTR_SECRET] = { .type = NLA_BINARY, },

Completed in 20 milliseconds

12345