Home
last modified time | relevance | path

Searched refs:NLA_NESTED (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v4.19/net/tipc/
Dnetlink.c49 [TIPC_NLA_BEARER] = { .type = NLA_NESTED, },
50 [TIPC_NLA_SOCK] = { .type = NLA_NESTED, },
51 [TIPC_NLA_PUBL] = { .type = NLA_NESTED, },
52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, },
53 [TIPC_NLA_MEDIA] = { .type = NLA_NESTED, },
54 [TIPC_NLA_NODE] = { .type = NLA_NESTED, },
55 [TIPC_NLA_NET] = { .type = NLA_NESTED, },
56 [TIPC_NLA_NAME_TABLE] = { .type = NLA_NESTED, },
57 [TIPC_NLA_MON] = { .type = NLA_NESTED, },
63 [TIPC_NLA_NAME_TABLE_PUBL] = { .type = NLA_NESTED }
[all …]
/Linux-v4.19/drivers/infiniband/core/
Dnldev.c59 [RDMA_NLDEV_ATTR_RES_SUMMARY] = { .type = NLA_NESTED },
60 [RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY] = { .type = NLA_NESTED },
64 [RDMA_NLDEV_ATTR_RES_QP] = { .type = NLA_NESTED },
65 [RDMA_NLDEV_ATTR_RES_QP_ENTRY] = { .type = NLA_NESTED },
76 [RDMA_NLDEV_ATTR_RES_CM_ID] = { .type = NLA_NESTED },
77 [RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY] = { .type = NLA_NESTED },
83 [RDMA_NLDEV_ATTR_RES_CQ] = { .type = NLA_NESTED },
84 [RDMA_NLDEV_ATTR_RES_CQ_ENTRY] = { .type = NLA_NESTED },
88 [RDMA_NLDEV_ATTR_RES_MR] = { .type = NLA_NESTED },
89 [RDMA_NLDEV_ATTR_RES_MR_ENTRY] = { .type = NLA_NESTED },
[all …]
/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_ip.c340 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
341 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
348 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
349 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
Dip_set_hash_netnet.c475 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
476 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
477 [IPSET_ATTR_IP2] = { .type = NLA_NESTED },
478 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
Dip_set_bitmap_ipmac.c387 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
388 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
394 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
Dip_set_hash_ipportip.c373 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
374 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
375 [IPSET_ATTR_IP2] = { .type = NLA_NESTED },
Dip_set_hash_ipportnet.c530 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
531 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
532 [IPSET_ATTR_IP2] = { .type = NLA_NESTED },
533 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
Dip_set_hash_netportnet.c575 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
576 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
577 [IPSET_ATTR_IP2] = { .type = NLA_NESTED },
578 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
Dip_set_hash_ipmark.c293 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
294 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
Dip_set_hash_ip.c295 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
296 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
Dip_set_hash_ipport.c359 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
360 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
Dip_set_hash_net.c371 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
372 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
/Linux-v4.19/net/netfilter/
Dnft_range.c50 [NFTA_RANGE_FROM_DATA] = { .type = NLA_NESTED },
51 [NFTA_RANGE_TO_DATA] = { .type = NLA_NESTED },
Dnft_bitwise.c45 [NFTA_BITWISE_MASK] = { .type = NLA_NESTED },
46 [NFTA_BITWISE_XOR] = { .type = NLA_NESTED },
Dnft_tunnel.c270 [NFTA_TUNNEL_KEY_OPTS_VXLAN] = { .type = NLA_NESTED, },
271 [NFTA_TUNNEL_KEY_OPTS_ERSPAN] = { .type = NLA_NESTED, },
301 [NFTA_TUNNEL_KEY_IP] = { .type = NLA_NESTED, },
302 [NFTA_TUNNEL_KEY_IP6] = { .type = NLA_NESTED, },
307 [NFTA_TUNNEL_KEY_OPTS] = { .type = NLA_NESTED, },
Dnf_conntrack_netlink.c1103 [CTA_TUPLE_IP] = { .type = NLA_NESTED },
1104 [CTA_TUPLE_PROTO] = { .type = NLA_NESTED },
1185 [CTA_TUPLE_ORIG] = { .type = NLA_NESTED },
1186 [CTA_TUPLE_REPLY] = { .type = NLA_NESTED },
1188 [CTA_PROTOINFO] = { .type = NLA_NESTED },
1189 [CTA_HELP] = { .type = NLA_NESTED },
1190 [CTA_NAT_SRC] = { .type = NLA_NESTED },
1194 [CTA_NAT_DST] = { .type = NLA_NESTED },
1195 [CTA_TUPLE_MASTER] = { .type = NLA_NESTED },
1196 [CTA_NAT_SEQ_ADJ_ORIG] = { .type = NLA_NESTED },
[all …]
Dnft_immediate.c31 [NFTA_IMMEDIATE_DATA] = { .type = NLA_NESTED },
/Linux-v4.19/net/dcb/
Ddcbnl.c58 [DCB_ATTR_PFC_CFG] = {.type = NLA_NESTED},
59 [DCB_ATTR_PG_CFG] = {.type = NLA_NESTED},
62 [DCB_ATTR_CAP] = {.type = NLA_NESTED},
64 [DCB_ATTR_BCN] = {.type = NLA_NESTED},
65 [DCB_ATTR_APP] = {.type = NLA_NESTED},
66 [DCB_ATTR_IEEE] = {.type = NLA_NESTED},
68 [DCB_ATTR_FEATCFG] = {.type = NLA_NESTED},
86 [DCB_PG_ATTR_TC_0] = {.type = NLA_NESTED},
87 [DCB_PG_ATTR_TC_1] = {.type = NLA_NESTED},
88 [DCB_PG_ATTR_TC_2] = {.type = NLA_NESTED},
[all …]
/Linux-v4.19/net/core/
Dlwt_bpf.c233 [LWT_BPF_IN] = { .type = NLA_NESTED, },
234 [LWT_BPF_OUT] = { .type = NLA_NESTED, },
235 [LWT_BPF_XMIT] = { .type = NLA_NESTED, },
/Linux-v4.19/tools/lib/bpf/
Dnlattr.h34 NLA_NESTED, /**< Nested attributes */ enumerator
/Linux-v4.19/net/netlabel/
Dnetlabel_cipso_v4.c68 [NLBL_CIPSOV4_A_TAGLST] = { .type = NLA_NESTED },
71 [NLBL_CIPSOV4_A_MLSLVL] = { .type = NLA_NESTED },
72 [NLBL_CIPSOV4_A_MLSLVLLST] = { .type = NLA_NESTED },
75 [NLBL_CIPSOV4_A_MLSCAT] = { .type = NLA_NESTED },
76 [NLBL_CIPSOV4_A_MLSCATLST] = { .type = NLA_NESTED },
/Linux-v4.19/net/8021q/
Dvlan_netlink.c24 [IFLA_VLAN_EGRESS_QOS] = { .type = NLA_NESTED },
25 [IFLA_VLAN_INGRESS_QOS] = { .type = NLA_NESTED },
/Linux-v4.19/net/ieee802154/
Dnl802154.c217 [NL802154_ATTR_WPAN_PHY_CAPS] = { .type = NLA_NESTED },
219 [NL802154_ATTR_SUPPORTED_COMMANDS] = { .type = NLA_NESTED },
228 [NL802154_ATTR_SEC_OUT_KEY_ID] = { .type = NLA_NESTED, },
231 [NL802154_ATTR_SEC_LEVEL] = { .type = NLA_NESTED },
232 [NL802154_ATTR_SEC_DEVICE] = { .type = NLA_NESTED },
233 [NL802154_ATTR_SEC_DEVKEY] = { .type = NLA_NESTED },
234 [NL802154_ATTR_SEC_KEY] = { .type = NLA_NESTED },
1338 [NL802154_KEY_ID_ATTR_IMPLICIT] = { .type = NLA_NESTED },
1547 [NL802154_KEY_ATTR_ID] = { NLA_NESTED },
1898 [NL802154_DEVKEY_ATTR_ID] = { NLA_NESTED },
/Linux-v4.19/net/sched/
Dcls_flow.c366 [TCA_FLOW_ACT] = { .type = NLA_NESTED },
367 [TCA_FLOW_POLICE] = { .type = NLA_NESTED },
368 [TCA_FLOW_EMATCHES] = { .type = NLA_NESTED },
/Linux-v4.19/lib/
Dnlattr.c40 [NLA_NESTED] = NLA_HDRLEN,
142 case NLA_NESTED: in validate_nla()

123