Home
last modified time | relevance | path

Searched refs:NLA_BINARY (Results 1 – 25 of 60) sorted by relevance

123

/linux/net/tipc/
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,
/linux/lib/
A Dnlattr.c127 case NLA_BINARY: in nla_get_range_unsigned()
184 case NLA_BINARY: in nla_validate_range_unsigned()
194 pt->type == NLA_BINARY && value > range.max) { in nla_validate_range_unsigned()
208 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned()
313 case NLA_BINARY: in nla_validate_int_range()
452 case NLA_BINARY: in validate_nla()
/linux/include/net/
A Dnetlink.h177 NLA_BINARY, enumerator
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)
/linux/drivers/net/wireless/ath/ath6kl/
A Dtestmode.c42 [ATH6KL_TM_ATTR_DATA] = { .type = NLA_BINARY,
/linux/net/netlink/
A Dpolicy.c229 case NLA_BINARY: in netlink_policy_dump_attr_size_estimate()
341 case NLA_BINARY: in __netlink_policy_dump_write_attr()
/linux/net/netlabel/
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 }
/linux/drivers/net/wireless/ath/wcn36xx/
A Dtestmode.c29 [WCN36XX_TM_ATTR_DATA] = { .type = NLA_BINARY,
/linux/net/ipv6/
A Dseg6.c140 [SEG6_ATTR_DST] = { .type = NLA_BINARY,
144 [SEG6_ATTR_SECRET] = { .type = NLA_BINARY, },
A Drpl_iptunnel.c36 [RPL_IPTUNNEL_SRH] = { .type = NLA_BINARY },
A Dseg6_local.c1124 [SEG6_LOCAL_SRH] = { .type = NLA_BINARY },
1127 [SEG6_LOCAL_NH4] = { .type = NLA_BINARY,
1129 [SEG6_LOCAL_NH6] = { .type = NLA_BINARY,
/linux/net/l2tp/
A Dl2tp_netlink.c902 .type = NLA_BINARY,
906 .type = NLA_BINARY,
914 .type = NLA_BINARY,
918 .type = NLA_BINARY,
/linux/net/netfilter/ipset/
A Dip_set_hash_mac.c140 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
A Dip_set_hash_ipmac.c284 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
/linux/drivers/net/wireless/ti/wlcore/
A Dvendor_cmd.c22 [WLCORE_VENDOR_ATTR_GROUP_KEY] = { .type = NLA_BINARY,
A Dtestmode.c51 [WL1271_TM_ATTR_DATA] = { .type = NLA_BINARY,
/linux/net/ethtool/
A Dwol.c103 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
A Dbitset.c310 [ETHTOOL_A_BITSET_VALUE] = { .type = NLA_BINARY },
311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY },
/linux/drivers/net/wireless/ath/ath11k/
A Dtestmode.c16 [ATH11K_TM_ATTR_DATA] = { .type = NLA_BINARY,
/linux/net/sched/
A Dsch_tbf.c343 [TCA_TBF_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
344 [TCA_TBF_PTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
/linux/net/wireless/
A Dnl80211.c376 [NL80211_TXRATE_HT] = { .type = NLA_BINARY,
416 NLA_POLICY_RANGE(NLA_BINARY,
518 [NL80211_ATTR_MESH_ID] = { .type = NLA_BINARY,
544 [NL80211_ATTR_SSID] = { .type = NLA_BINARY,
570 [NL80211_ATTR_FRAME] = { .type = NLA_BINARY,
651 [NL80211_ATTR_IE_RIC] = { .type = NLA_BINARY,
669 NLA_POLICY_RANGE(NLA_BINARY, 2, 253),
733 NLA_POLICY_RANGE(NLA_BINARY,
852 .type = NLA_BINARY,
856 .type = NLA_BINARY,
[all …]
/linux/include/linux/
A Dgenl_magic_struct.h94 __array(attr_nr, attr_flag, name, NLA_BINARY, char, maxlen, \
/linux/net/mctp/
A Dneigh.c112 [NDA_LLADDR] = { .type = NLA_BINARY, .len = MAX_ADDR_LEN },
/linux/net/netfilter/
A Dnft_compat.c139 [NFTA_TARGET_INFO] = { .type = NLA_BINARY },
416 [NFTA_MATCH_INFO] = { .type = NLA_BINARY },
/linux/drivers/net/wireless/ath/ath10k/
A Dtestmode.c21 [ATH10K_TM_ATTR_DATA] = { .type = NLA_BINARY,
/linux/net/ipv4/
A Dtcp_metrics.c602 [TCP_METRICS_ATTR_ADDR_IPV6] = { .type = NLA_BINARY,
615 [TCP_METRICS_ATTR_FOPEN_COOKIE] = { .type = NLA_BINARY,

Completed in 75 milliseconds

123