Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic_test.cc280 bool nest, deterministic; in TEST_P() local
312 bool nest, deterministic; in TEST_P() local
342 bool nest, deterministic; in TEST_P() local
376 bool nest, deterministic; in TEST_P() local
415 bool nest, deterministic; in TEST_P() local
468 bool nest, deterministic; in TEST_P() local
526 bool nest, deterministic; in TEST_P() local
572 bool nest, deterministic; in TEST_P() local
659 bool nest; in TEST_P() local
/aosp_15_r20/external/ethtool/netlink/
H A Dcable_test.c20 static int nl_get_cable_test_result(const struct nlattr *nest, uint8_t *pair, in nl_get_cable_test_result()
39 static int nl_get_cable_test_fault_length(const struct nlattr *nest, in nl_get_cable_test_fault_length()
124 static void cable_test_ntf_nest(const struct nlattr *nest) in cable_test_ntf_nest()
282 static int nl_get_cable_test_tdr_amplitude(const struct nlattr *nest, in nl_get_cable_test_tdr_amplitude()
303 static int nl_get_cable_test_tdr_pulse(const struct nlattr *nest, uint16_t *mV) in nl_get_cable_test_tdr_pulse()
319 static int nl_get_cable_test_tdr_step(const struct nlattr *nest, in nl_get_cable_test_tdr_step()
392 static void cable_test_tdr_ntf_nest(const struct nlattr *nest) in cable_test_tdr_ntf_nest()
H A Dnetlink.c46 const char *get_dev_name(const struct nlattr *nest) in get_dev_name()
60 int get_dev_info(const struct nlattr *nest, int *ifindex, char *ifname) in get_dev_info()
331 static void find_mc_group(struct nl_context *nlctx, struct nlattr *nest) in find_mc_group()
H A Dmsgbuff.h67 struct nlattr *nest) in ethnla_nest_end()
73 struct nlattr *nest) in ethnla_nest_cancel()
/aosp_15_r20/external/ethtool/libmnl/examples/netfilter/
H A Dnfct-dump.c35 static void print_counters(const struct nlattr *nest) in print_counters()
79 static void print_ip(const struct nlattr *nest) in print_ip()
138 static void print_proto(const struct nlattr *nest) in print_proto()
192 static void print_tuple(const struct nlattr *nest) in print_tuple()
H A Dnfct-event.c32 static void print_ip(const struct nlattr *nest) in print_ip()
77 static void print_proto(const struct nlattr *nest) in print_proto()
131 static void print_tuple(const struct nlattr *nest) in print_tuple()
H A Dnfct-daemon.c60 static void parse_counters(const struct nlattr *nest, struct nstats *ns) in parse_counters()
101 static void parse_ip(const struct nlattr *nest, struct nstats *ns) in parse_ip()
138 static void parse_tuple(const struct nlattr *nest, struct nstats *ns) in parse_tuple()
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_linux.c129 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local
763 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local
830 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
956 struct nlattr *nest; in macsec_drv_create_receive_sa() local
1015 struct nlattr *nest; in macsec_drv_delete_receive_sa() local
1054 struct nlattr *nest; in set_active_rx_sa() local
1283 struct nlattr *nest; in macsec_drv_create_transmit_sa() local
1338 struct nlattr *nest; in macsec_drv_delete_transmit_sa() local
1374 struct nlattr *nest; in set_active_tx_sa() local
/aosp_15_r20/external/perfetto/src/protozero/filtering/
H A Dmessage_filter_unittest.cc85 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/6); in TEST() local
166 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/2); in TEST() local
243 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/4); // Nested b. in TEST() local
309 auto* nest = msg->BeginNestedMessage<Message>(/*field_id=*/1); in TEST() local
/aosp_15_r20/external/iproute2/lib/
H A 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()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c747 struct rtattr *rta, *nest; in add_addr() local
878 struct rtattr *rta, *nest; in del_addr() local
1069 struct rtattr *rta, *nest; in get_addr() local
1279 struct rtattr *rta, *nest; in set_flags() local
/aosp_15_r20/external/iproute2/tipc/
H A Dnode.c79 struct nlattr *nest; in cmd_node_set_addr() local
176 struct nlattr *nest; in cmd_node_set_netid() local
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/
Dtest.rs282 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&Scope<'scope>>, op: OP) in nested_scopes() function
319 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&ScopeFifo<'scope>>, op: OP) in nested_fifo_scopes() function
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp801 LoopNest nest({tensor}); in TEST() local
4276 LoopNest nest(par, {a_buf.node()}); in TEST() local
4321 LoopNest nest(par, {a_buf.node()}); in TEST() local
4377 LoopNest nest(par, {a_buf.node()}); in TEST() local
4431 LoopNest nest(par, {a_buf.node()}); in TEST() local
4482 LoopNest nest(par, {a_buf.node()}); in TEST() local
4521 LoopNest nest(par, {a_buf.node()}); in TEST() local
4561 LoopNest nest(par, {a_buf.node()}); in TEST() local
4600 LoopNest nest(par, {a_buf.node()}); in TEST() local
4640 LoopNest nest(par, {a_buf.node()}); in TEST() local
[all …]
/aosp_15_r20/external/libnl/lib/route/
H A Dact.c82 struct nlattr *nest; in rtnl_act_fill_one() local
118 struct nlattr *nest; in rtnl_act_fill() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dpreprocess.c351 int nest = 0; in eval_clause() local
460 int nest = 0; in expand_dollar_with_args() local
/aosp_15_r20/external/dnsmasq/src/
H A Doption.c903 static char* one_opt(int option, char* arg, char* gen_prob, int nest) { in one_opt()
2222 static void one_file(char* file, int nest, int hard_opt) { in one_file()
2432 int option, nest = 0, testmode = 0; in read_opts() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_tomllib/data/invalid/inline-table/
Doverride-val-with-table.toml1 inline-t = { nest = {} } qkey
Doverride-val-with-array.toml1 inline-t = { nest = {} } qkey
Doverride-val-in-table.toml2 inline-t = { nest = {} } qkey
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageParserCacheHelperTest.java45 final Bundle nest = new Bundle(); in testParcelUnparcel() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dvalidtype.go27 func (check *Checker) validType0(pos syntax.Pos, typ Type, nest, path []*Named) bool { argument

123456