Searched refs:NLA_NESTED (Results 1 – 12 of 12) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct.c | 46 [CTA_TUPLE_ORIG] = { .type = NLA_NESTED }, 47 [CTA_TUPLE_REPLY] = { .type = NLA_NESTED }, 49 [CTA_PROTOINFO] = { .type = NLA_NESTED }, 54 [CTA_COUNTERS_ORIG] = { .type = NLA_NESTED }, 55 [CTA_COUNTERS_REPLY] = { .type = NLA_NESTED }, 62 [CTA_TUPLE_IP] = { .type = NLA_NESTED }, 63 [CTA_TUPLE_PROTO] = { .type = NLA_NESTED }, 86 [CTA_PROTOINFO_TCP] = { .type = NLA_NESTED },
|
/external/libnl/lib/route/cls/ |
D | basic.c | 47 [TCA_BASIC_EMATCHES] = { .type = NLA_NESTED }, 48 [TCA_BASIC_ACT] = { .type = NLA_NESTED }, 49 [TCA_BASIC_POLICE] = { .type = NLA_NESTED },
|
D | cgroup.c | 34 [TCA_CGROUP_EMATCHES] = { .type = NLA_NESTED },
|
D | ematch.c | 251 [TCA_EMATCH_TREE_LIST] = { .type = NLA_NESTED },
|
/external/libnl/lib/route/link/ |
D | vlan.c | 67 [IFLA_VLAN_INGRESS_QOS] = { .type = NLA_NESTED }, 68 [IFLA_VLAN_EGRESS_QOS] = { .type = NLA_NESTED },
|
/external/libnl/include/netlink/ |
D | attr.h | 46 NLA_NESTED, /**< Nested attributes */ enumerator
|
/external/libnl/lib/genl/ |
D | ctrl.c | 47 [CTRL_ATTR_OPS] = { .type = NLA_NESTED },
|
/external/libnl/lib/route/ |
D | link.c | 243 [IFLA_LINKINFO] = { .type = NLA_NESTED }, 252 [IFLA_INFO_DATA] = { .type = NLA_NESTED }, 253 [IFLA_INFO_XSTATS] = { .type = NLA_NESTED },
|
D | tc.c | 33 [TCA_STATS2] = { .type = NLA_NESTED },
|
D | route_obj.c | 846 [RTA_METRICS] = { .type = NLA_NESTED }, 847 [RTA_MULTIPATH] = { .type = NLA_NESTED },
|
D | neightbl.c | 118 [NDTA_PARMS] = { .type = NLA_NESTED },
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 150 [NL80211_IFACE_COMB_LIMITS] = { .type = NLA_NESTED }, in wiphy_info_iface_comb_process() 157 [NL80211_IFACE_LIMIT_TYPES] = { .type = NLA_NESTED }, in wiphy_info_iface_comb_process()
|