/kernel/linux/linux-5.10/net/tipc/ |
H 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...] |
/kernel/linux/linux-6.6/net/tipc/ |
H 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...] |
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_netlink.c | 28 [SMC_NLA_EID_TABLE_UNSPEC] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | policy.c | 215 case NLA_UNSPEC: in netlink_policy_dump_attr_size_estimate() 266 case NLA_UNSPEC: in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | policy.c | 215 case NLA_UNSPEC: in netlink_policy_dump_attr_size_estimate() 266 case NLA_UNSPEC: in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-5.10/lib/ |
H A D | nlattr.c | 396 pt->type != NLA_UNSPEC && (nla->nla_type & NLA_F_NESTED)) { in validate_nla() 505 case NLA_UNSPEC: in validate_nla()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | em_ipt.c | 39 [TCA_EM_IPT_MATCH_DATA] = { .type = NLA_UNSPEC },
|
H A D | cls_matchall.c | 158 [TCA_MATCHALL_UNSPEC] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-5.10/net/wimax/ |
H A D | stack.c | 400 .type = NLA_UNSPEC, /* libnl doesn't grok BINARY yet */
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_ipt.c | 39 [TCA_EM_IPT_MATCH_DATA] = { .type = NLA_UNSPEC },
|
H A D | cls_matchall.c | 157 [TCA_MATCHALL_UNSPEC] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-6.6/lib/ |
H A D | nlattr.c | 418 pt->type != NLA_UNSPEC && (nla->nla_type & NLA_F_NESTED)) { in validate_nla() 527 case NLA_UNSPEC: in validate_nla()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | drop_monitor.c | 157 nla = nla_reserve(skb, NLA_UNSPEC, in reset_per_cpu_data() 395 if (nla_put(msg, NLA_UNSPEC, sizeof(anc_hdr), &anc_hdr)) in net_dm_hw_summary_report_fill()
|
H A D | net_namespace.c | 750 [NETNSA_NONE] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink_queue.c | 1014 [NFQA_PAYLOAD] = { .type = NLA_UNSPEC }, 1015 [NFQA_CT] = { .type = NLA_UNSPEC }, 1016 [NFQA_EXP] = { .type = NLA_UNSPEC },
|
H A D | nf_conntrack_proto_dccp.c | 667 [CTA_PROTOINFO_DCCP_PAD] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_queue.c | 1052 [NFQA_PAYLOAD] = { .type = NLA_UNSPEC }, 1053 [NFQA_CT] = { .type = NLA_UNSPEC }, 1054 [NFQA_EXP] = { .type = NLA_UNSPEC },
|
H A D | nf_conntrack_proto_dccp.c | 676 [CTA_PROTOINFO_DCCP_PAD] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 166 NLA_UNSPEC, enumerator 210 * @type: Type of attribute or NLA_UNSPEC 337 * Additionally, it means that NLA_UNSPEC is actually NLA_REJECT 469 * @NL_VALIDATE_UNSPEC: Reject attributes with NLA_UNSPEC in the policy. 471 * NLA_UNSPEC anymore, and can thus be used to ensure policy entries
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 166 NLA_UNSPEC, enumerator 212 * @type: Type of attribute or NLA_UNSPEC 335 * Additionally, it means that NLA_UNSPEC is actually NLA_REJECT 481 * @NL_VALIDATE_UNSPEC: Reject attributes with NLA_UNSPEC in the policy. 483 * NLA_UNSPEC anymore, and can thus be used to ensure policy entries
|
/kernel/linux/linux-6.6/net/core/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 2267 [TEAM_ATTR_UNSPEC] = { .type = NLA_UNSPEC, }, 2275 [TEAM_ATTR_OPTION_UNSPEC] = { .type = NLA_UNSPEC, },
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 1467 [OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 }, 2414 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
|
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 2260 [TEAM_ATTR_UNSPEC] = { .type = NLA_UNSPEC, }, 2268 [TEAM_ATTR_OPTION_UNSPEC] = { .type = NLA_UNSPEC, },
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.c | 1506 [OVS_FLOW_ATTR_UFID] = { .type = NLA_UNSPEC, .len = 1 }, 2544 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
|