Searched refs:NLA_UNSPEC (Results 1 – 16 of 16) sorted by relevance
/linux/net/tipc/ |
A D | netlink.c | 48 [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/net/smc/ |
A D | smc_netlink.c | 28 [SMC_NLA_EID_TABLE_UNSPEC] = { .type = NLA_UNSPEC },
|
/linux/net/netlink/ |
A D | policy.c | 205 case NLA_UNSPEC: in netlink_policy_dump_attr_size_estimate() 256 case NLA_UNSPEC: in __netlink_policy_dump_write_attr()
|
/linux/net/sched/ |
A D | em_ipt.c | 39 [TCA_EM_IPT_MATCH_DATA] = { .type = NLA_UNSPEC },
|
A D | cls_matchall.c | 158 [TCA_MATCHALL_UNSPEC] = { .type = NLA_UNSPEC },
|
A D | cls_flower.c | 615 [TCA_FLOWER_UNSPEC] = { .type = NLA_UNSPEC },
|
/linux/lib/ |
A D | nlattr.c | 394 pt->type != NLA_UNSPEC && (nla->nla_type & NLA_F_NESTED)) { in validate_nla() 503 case NLA_UNSPEC: in validate_nla()
|
/linux/net/netfilter/ |
A D | nfnetlink_queue.c | 1013 [NFQA_PAYLOAD] = { .type = NLA_UNSPEC }, 1014 [NFQA_CT] = { .type = NLA_UNSPEC }, 1015 [NFQA_EXP] = { .type = NLA_UNSPEC },
|
A D | nf_conntrack_proto_dccp.c | 628 [CTA_PROTOINFO_DCCP_PAD] = { .type = NLA_UNSPEC },
|
/linux/net/core/ |
A D | drop_monitor.c | 157 nla = nla_reserve(skb, NLA_UNSPEC, in reset_per_cpu_data() 391 if (nla_put(msg, NLA_UNSPEC, sizeof(anc_hdr), &anc_hdr)) in net_dm_hw_summary_report_fill()
|
A D | net_namespace.c | 719 [NETNSA_NONE] = { .type = NLA_UNSPEC },
|
/linux/include/net/ |
A D | netlink.h | 166 NLA_UNSPEC, enumerator
|
/linux/net/l2tp/ |
A D | l2tp_netlink.c | 873 [L2TP_ATTR_NONE] = { .type = NLA_UNSPEC, },
|
/linux/net/openvswitch/ |
A D | datapath.c | 1465 [OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 }, 2474 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
|
A D | flow_netlink.c | 2920 [OVS_USERSPACE_ATTR_USERDATA] = {.type = NLA_UNSPEC }, in validate_userspace()
|
/linux/drivers/net/team/ |
A D | team.c | 2233 [TEAM_ATTR_UNSPEC] = { .type = NLA_UNSPEC, }, 2241 [TEAM_ATTR_OPTION_UNSPEC] = { .type = NLA_UNSPEC, },
|
Completed in 62 milliseconds