| /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/tensorflow/tensorflow/core/grappler/optimizers/data/ |
| D | make_deterministic_test.cc | 280 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
|
| /external/ethtool/netlink/ |
| D | cable_test.c | 20 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()
|
| D | msgbuff.h | 67 struct nlattr *nest) in ethnla_nest_end() 73 struct nlattr *nest) in ethnla_nest_cancel()
|
| D | netlink.c | 46 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()
|
| D | mm.c | 39 static int show_mm_stats(const struct nlattr *nest) in show_mm_stats()
|
| /external/ethtool/libmnl/examples/netfilter/ |
| D | nfct-dump.c | 35 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()
|
| D | nfct-event.c | 32 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()
|
| D | nfct-daemon.c | 60 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()
|
| /external/perfetto/src/protozero/filtering/ |
| D | message_filter_unittest.cc | 85 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
|
| /external/wpa_supplicant_8/src/drivers/ |
| D | driver_macsec_linux.c | 127 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local 761 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local 828 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local 954 struct nlattr *nest; in macsec_drv_create_receive_sa() local 1013 struct nlattr *nest; in macsec_drv_delete_receive_sa() local 1052 struct nlattr *nest; in set_active_rx_sa() local 1281 struct nlattr *nest; in macsec_drv_create_transmit_sa() local 1336 struct nlattr *nest; in macsec_drv_delete_transmit_sa() local 1372 struct nlattr *nest; in set_active_tx_sa() local
|
| /external/rust/crates/rayon/src/iter/ |
| D | multizip.rs | 108 macro_rules! nest { macro
|
| /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
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | function.cc | 39 static const py::module* nest = in _build_call_outputs() local
|
| /external/iproute2/tc/ |
| D | q_rr.c | 37 struct rtattr *nest; in rr_parse_opt() local
|
| D | q_prio.c | 36 struct rtattr *nest; in prio_parse_opt() local
|
| /external/rust/crates/rayon-core/src/thread_pool/ |
| D | test.rs | 282 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
|
| /external/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/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/ethtool/libmnl/include/libmnl/ |
| D | libmnl.h | 152 #define mnl_attr_for_each_nested(attr, nest) \ argument
|
| /external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
| D | pm_nl_ctl.c | 747 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
|