/external/libnetfilter_conntrack/src/conntrack/ |
D | build_mnl.c | 19 struct nlattr *nest; in nfct_build_tuple_ip() local 47 struct nlattr *nest; in nfct_build_tuple_proto() local 97 struct nlattr *nest; in nfct_build_tuple() local 116 struct nlattr *nest, *nest_proto; in nfct_build_protoinfo() local 236 struct nlattr *nest; in nfct_build_nat_seq_adj() local 249 struct nlattr *nest; in nfct_build_protonat() local 288 struct nlattr *nest; in nfct_build_snat() local 300 struct nlattr *nest; in nfct_build_snat_ipv4() local 311 struct nlattr *nest; in nfct_build_snat_ipv6() local 322 struct nlattr *nest; in nfct_build_snat_port() local [all …]
|
D | build.c | 16 struct nfattr *nest; in __build_tuple_ip() local 44 struct nfattr *nest; in __build_tuple_proto() local 99 struct nfattr *nest; in __build_tuple() local 109 struct nfattr *nest, *nest_proto; in __build_protoinfo() local 246 struct nfattr *nest; in __build_nat_seq_adj() local 260 struct nfattr *nest; in __build_protonat() local 300 struct nfattr *nest; in __build_snat() local 312 struct nfattr *nest; in __build_snat_ipv4() local 323 struct nfattr *nest; in __build_snat_ipv6() local 334 struct nfattr *nest; in __build_snat_port() local [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 115 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local 704 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local 771 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local 897 struct nlattr *nest; in macsec_drv_create_receive_sa() local 956 struct nlattr *nest; in macsec_drv_delete_receive_sa() local 995 struct nlattr *nest; in set_active_rx_sa() local 1214 struct nlattr *nest; in macsec_drv_create_transmit_sa() local 1269 struct nlattr *nest; in macsec_drv_delete_transmit_sa() local 1305 struct nlattr *nest; in set_active_tx_sa() local
|
/external/rust/crates/rayon/src/iter/ |
D | multizip.rs | 108 macro_rules! nest { macro
|
/external/llvm-project/mlir/test/lib/Dialect/Affine/ |
D | TestLoopPermutation.cpp | 47 SmallVector<AffineForOp, 6> nest; in runOnFunction() local
|
D | TestAffineDataCopy.cpp | 94 for (auto nest : copyNests) in runOnFunction() local
|
/external/perfetto/src/protozero/filtering/ |
D | message_filter_unittest.cc | 84 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/6); in TEST() local 160 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/4); // Nested b. in TEST() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.cc | 39 static const py::module* nest = in _build_call_outputs() local
|
/external/iproute2/tipc/ |
D | node.c | 79 struct nlattr *nest; in cmd_node_set_addr() local 176 struct nlattr *nest; in cmd_node_set_netid() local
|
D | peer.c | 32 struct nlattr *nest; in cmd_peer_rm_addr() local
|
D | socket.c | 50 struct nlattr *nest; in publ_list() local
|
D | bearer.c | 128 struct nlattr *nest; in nl_add_udp_enable_opts() local 393 struct nlattr *nest; in cmd_bearer_enable() local 476 struct nlattr *nest; in cmd_bearer_disable() local
|
D | media.c | 93 struct nlattr *nest; in cmd_media_get_prop() local
|
/external/rust/crates/rayon-core/src/thread_pool/ |
D | test.rs | 271 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&Scope<'scope>>, op: OP) in nested_scopes() function 307 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&ScopeFifo<'scope>>, op: OP) in nested_fifo_scopes() function
|
/external/iproute2/tc/ |
D | q_prio.c | 36 struct rtattr *nest; in prio_parse_opt() local
|
D | q_rr.c | 37 struct rtattr *nest; in rr_parse_opt() local
|
/external/clang/test/PCH/ |
D | struct.h | 28 struct Nested { int x, y; } nest; member
|
/external/llvm-project/clang/test/PCH/ |
D | struct.h | 28 struct Nested { int x, y; } nest; member
|
/external/libnetfilter_conntrack/src/expect/ |
D | build.c | 86 struct nfattr *nest; in __build_expect() local
|
/external/llvm-project/mlir/lib/Pass/ |
D | Pass.cpp | 138 OpPassManager &OpPassManagerImpl::nest(Identifier nestedName) { in nest() function in OpPassManagerImpl 145 OpPassManager &OpPassManagerImpl::nest(StringRef nestedName) { in nest() function in OpPassManagerImpl 266 OpPassManager &OpPassManager::nest(Identifier nestedName) { in nest() function in OpPassManager 269 OpPassManager &OpPassManager::nest(StringRef nestedName) { in nest() function in OpPassManager 856 AnalysisManager AnalysisManager::nest(Operation *op) { in nest() function in AnalysisManager
|
/external/iproute2/lib/ |
D | libnetlink.c | 898 struct rtattr *nest = NLMSG_TAIL(n); in addattr_nest() local 904 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest) in addattr_nest_end() 922 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); in addattr_nest_compat_end() local 986 struct rtattr *nest = RTA_TAIL(rta); in rta_nest() local 993 int rta_nest_end(struct rtattr *rta, struct rtattr *nest) in rta_nest_end()
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassManager.h | 77 template <typename OpT> OpPassManager &nest() { in nest() function
|
/external/libnl/lib/route/ |
D | act.c | 83 struct nlattr *nest; in rtnl_act_fill_one() local 119 struct nlattr *nest; in rtnl_act_fill() local
|
/external/iproute2/bridge/ |
D | link.c | 289 struct rtattr *nest; in brlink_modify() local
|
/external/perfetto/src/trace_processor/metrics/ |
D | metrics_unittest.cc | 178 protozero::TypedProtoDecoder<1, false> nest(nest_bytes.data, nest_bytes.size); in TEST_F() local
|