Searched refs:NLA_UNSPEC (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/tipc/
H A 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 },
90 [TIPC_NLA_LINK_UNSPEC] = { .type = NLA_UNSPEC },
104 [TIPC_NLA_NODE_UNSPEC] = { .type = NLA_UNSPEC },
117 [TIPC_NLA_PROP_UNSPEC] = { .type = NLA_UNSPEC },
127 [TIPC_NLA_BEARER_UNSPEC] = { .type = NLA_UNSPEC },
135 [TIPC_NLA_MEDIA_UNSPEC] = { .type = NLA_UNSPEC },
[all...]
/linux-master/net/smc/
H A Dsmc_netlink.c28 [SMC_NLA_EID_TABLE_UNSPEC] = { .type = NLA_UNSPEC },
/linux-master/net/netlink/
H A Dpolicy.c216 case NLA_UNSPEC:
269 case NLA_UNSPEC:
/linux-master/net/sched/
H A Dem_ipt.c39 [TCA_EM_IPT_MATCH_DATA] = { .type = NLA_UNSPEC },
H A Dcls_matchall.c157 [TCA_MATCHALL_UNSPEC] = { .type = NLA_UNSPEC },
/linux-master/lib/
H A Dnlattr.c431 pt->type != NLA_UNSPEC && (nla->nla_type & NLA_F_NESTED)) {
549 case NLA_UNSPEC:
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c1204 [NFQA_PAYLOAD] = { .type = NLA_UNSPEC },
1205 [NFQA_CT] = { .type = NLA_UNSPEC },
1206 [NFQA_EXP] = { .type = NLA_UNSPEC },
H A Dnf_conntrack_proto_dccp.c676 [CTA_PROTOINFO_DCCP_PAD] = { .type = NLA_UNSPEC },
/linux-master/net/core/
H A Ddrop_monitor.c157 nla = nla_reserve(skb, NLA_UNSPEC,
391 if (nla_put(msg, NLA_UNSPEC, sizeof(anc_hdr), &anc_hdr))
H A Dnet_namespace.c765 [NETNSA_NONE] = { .type = NLA_UNSPEC },
/linux-master/net/l2tp/
H A Dl2tp_netlink.c873 [L2TP_ATTR_NONE] = { .type = NLA_UNSPEC, },
/linux-master/include/net/
H A Dnetlink.h173 NLA_UNSPEC, enumerator in enum:__anon459
221 * @type: Type of attribute or NLA_UNSPEC
349 * Additionally, it means that NLA_UNSPEC is actually NLA_REJECT
497 * @NL_VALIDATE_UNSPEC: Reject attributes with NLA_UNSPEC in the policy.
499 * NLA_UNSPEC anymore, and can thus be used to ensure policy entries
/linux-master/net/openvswitch/
H A Ddatapath.c1505 [OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 },
2543 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
H A Dflow_netlink.c3057 [OVS_USERSPACE_ATTR_USERDATA] = {.type = NLA_UNSPEC },

Completed in 160 milliseconds