Home
last modified time | relevance | path

Searched refs:NLA_UNSPEC (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/net/tipc/
Dnetlink.c48 [TIPC_NLA_UNSPEC] = { .type = NLA_UNSPEC, },
62 [TIPC_NLA_NAME_TABLE_UNSPEC] = { .type = NLA_UNSPEC },
67 [TIPC_NLA_MON_UNSPEC] = { .type = NLA_UNSPEC },
73 [TIPC_NLA_SOCK_UNSPEC] = { .type = NLA_UNSPEC },
81 [TIPC_NLA_NET_UNSPEC] = { .type = NLA_UNSPEC },
89 [TIPC_NLA_LINK_UNSPEC] = { .type = NLA_UNSPEC },
103 [TIPC_NLA_NODE_UNSPEC] = { .type = NLA_UNSPEC },
110 [TIPC_NLA_PROP_UNSPEC] = { .type = NLA_UNSPEC },
117 [TIPC_NLA_BEARER_UNSPEC] = { .type = NLA_UNSPEC },
125 [TIPC_NLA_MEDIA_UNSPEC] = { .type = NLA_UNSPEC },
[all …]
/Linux-v4.19/tools/lib/bpf/
Dnlattr.h26 NLA_UNSPEC, /**< Unspecified type, binary data chunk */ enumerator
Dnlattr.c76 else if (pt->type != NLA_UNSPEC) in validate_nla()
/Linux-v4.19/net/sched/
Dem_ipt.c42 [TCA_EM_IPT_MATCH_DATA] = { .type = NLA_UNSPEC },
Dcls_matchall.c133 [TCA_MATCHALL_UNSPEC] = { .type = NLA_UNSPEC },
Dcls_flower.c404 [TCA_FLOWER_UNSPEC] = { .type = NLA_UNSPEC },
/Linux-v4.19/net/core/
Ddrop_monitor.c96 nla = nla_reserve(skb, NLA_UNSPEC, in reset_per_cpu_data()
Dnet_namespace.c668 [NETNSA_NONE] = { .type = NLA_UNSPEC },
/Linux-v4.19/net/wimax/
Dstack.c415 .type = NLA_UNSPEC, /* libnl doesn't grok BINARY yet */
/Linux-v4.19/net/netfilter/
Dnfnetlink_queue.c1017 [NFQA_PAYLOAD] = { .type = NLA_UNSPEC },
1018 [NFQA_CT] = { .type = NLA_UNSPEC },
1019 [NFQA_EXP] = { .type = NLA_UNSPEC },
Dnf_conntrack_proto_dccp.c630 [CTA_PROTOINFO_DCCP_PAD] = { .type = NLA_UNSPEC },
/Linux-v4.19/lib/
Dnlattr.c151 else if (pt->type != NLA_UNSPEC) in validate_nla()
/Linux-v4.19/include/net/
Dnetlink.h166 NLA_UNSPEC, enumerator
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c623 [HWSIM_ATTR_ADDR_RECEIVER] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
624 [HWSIM_ATTR_ADDR_TRANSMITTER] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
630 [HWSIM_ATTR_TX_INFO] = { .type = NLA_UNSPEC,
644 [HWSIM_ATTR_PERM_ADDR] = { .type = NLA_UNSPEC, .len = ETH_ALEN },
/Linux-v4.19/net/l2tp/
Dl2tp_netlink.c865 [L2TP_ATTR_NONE] = { .type = NLA_UNSPEC, },
/Linux-v4.19/drivers/net/team/
Dteam.c2180 [TEAM_ATTR_UNSPEC] = { .type = NLA_UNSPEC, },
2188 [TEAM_ATTR_OPTION_UNSPEC] = { .type = NLA_UNSPEC, },
/Linux-v4.19/net/openvswitch/
Ddatapath.c1408 [OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 },
Dflow_netlink.c2823 [OVS_USERSPACE_ATTR_USERDATA] = {.type = NLA_UNSPEC }, in validate_userspace()