Home
last modified time | relevance | path

Searched defs:nest (Results 1 – 25 of 40) sorted by relevance

12

/external/libnetfilter_conntrack/src/conntrack/
Dbuild_mnl.c19 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 …]
Dbuild.c16 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/
Ddriver_macsec_linux.c115 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/
Dmultizip.rs108 macro_rules! nest { macro
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestLoopPermutation.cpp47 SmallVector<AffineForOp, 6> nest; in runOnFunction() local
DTestAffineDataCopy.cpp94 for (auto nest : copyNests) in runOnFunction() local
/external/perfetto/src/protozero/filtering/
Dmessage_filter_unittest.cc84 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/
Dfunction.cc39 static const py::module* nest = in _build_call_outputs() local
/external/iproute2/tipc/
Dnode.c79 struct nlattr *nest; in cmd_node_set_addr() local
176 struct nlattr *nest; in cmd_node_set_netid() local
Dpeer.c32 struct nlattr *nest; in cmd_peer_rm_addr() local
Dsocket.c50 struct nlattr *nest; in publ_list() local
Dbearer.c128 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
Dmedia.c93 struct nlattr *nest; in cmd_media_get_prop() local
/external/rust/crates/rayon-core/src/thread_pool/
Dtest.rs271 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/
Dq_prio.c36 struct rtattr *nest; in prio_parse_opt() local
Dq_rr.c37 struct rtattr *nest; in rr_parse_opt() local
/external/clang/test/PCH/
Dstruct.h28 struct Nested { int x, y; } nest; member
/external/llvm-project/clang/test/PCH/
Dstruct.h28 struct Nested { int x, y; } nest; member
/external/libnetfilter_conntrack/src/expect/
Dbuild.c86 struct nfattr *nest; in __build_expect() local
/external/llvm-project/mlir/lib/Pass/
DPass.cpp138 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/
Dlibnetlink.c898 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/
DPassManager.h77 template <typename OpT> OpPassManager &nest() { in nest() function
/external/libnl/lib/route/
Dact.c83 struct nlattr *nest; in rtnl_act_fill_one() local
119 struct nlattr *nest; in rtnl_act_fill() local
/external/iproute2/bridge/
Dlink.c289 struct rtattr *nest; in brlink_modify() local
/external/perfetto/src/trace_processor/metrics/
Dmetrics_unittest.cc178 protozero::TypedProtoDecoder<1, false> nest(nest_bytes.data, nest_bytes.size); in TEST_F() local

12