Home
last modified time | relevance | path

Searched refs:sa_id (Results 1 – 12 of 12) sorted by relevance

/external/libnl/lib/xfrm/
Dae.c155 nl_addr_put (ae->sa_id.daddr); in xfrm_ae_free_data()
167 dst->sa_id.daddr = NULL; in xfrm_ae_clone()
171 if (src->sa_id.daddr) { in xfrm_ae_clone()
172 if ((dst->sa_id.daddr = nl_addr_clone (src->sa_id.daddr)) == NULL) in xfrm_ae_clone()
201 diff |= XFRM_AE_DIFF(DADDR, nl_addr_cmp(a->sa_id.daddr, b->sa_id.daddr)); in xfrm_ae_compare()
202 diff |= XFRM_AE_DIFF(SPI, a->sa_id.spi != b->sa_id.spi); in xfrm_ae_compare()
203 diff |= XFRM_AE_DIFF(PROTO, a->sa_id.proto != b->sa_id.proto); in xfrm_ae_compare()
306 nl_addr2str(ae->sa_id.daddr, dst, sizeof(dst))); in xfrm_ae_dump_line()
309 nl_ip_proto2str (ae->sa_id.proto, buf, sizeof (buf)), in xfrm_ae_dump_line()
310 ae->sa_id.spi, ae->reqid); in xfrm_ae_dump_line()
[all …]
Dsa.c1072 struct xfrm_usersa_id sa_id; in xfrmnl_sa_build_get_request() local
1083 memset(&sa_id, 0, sizeof(sa_id)); in xfrmnl_sa_build_get_request()
1084 memcpy (&sa_id.daddr, nl_addr_get_binary_addr (daddr), sizeof (uint8_t) * nl_addr_get_len (daddr)); in xfrmnl_sa_build_get_request()
1085 sa_id.family = nl_addr_get_family (daddr); in xfrmnl_sa_build_get_request()
1086 sa_id.spi = htonl(spi); in xfrmnl_sa_build_get_request()
1087 sa_id.proto = protocol; in xfrmnl_sa_build_get_request()
1092 if (nlmsg_append(msg, &sa_id, sizeof(sa_id), NLMSG_ALIGNTO) < 0) in xfrmnl_sa_build_get_request()
1389 struct xfrm_usersa_id sa_id; in build_xfrm_sa_delete_message() local
1396 memset(&sa_id, 0, sizeof(struct xfrm_usersa_id)); in build_xfrm_sa_delete_message()
1397 memcpy (&sa_id.daddr, nl_addr_get_binary_addr (tmpl->id.daddr), in build_xfrm_sa_delete_message()
[all …]
/external/iproute2/ip/
Dxfrm_monitor.c228 static void xfrm_usersa_print(const struct xfrm_usersa_id *sa_id, __u32 reqid, FILE *fp) in xfrm_usersa_print() argument
231 rt_addr_n2a(sa_id->family, sizeof(sa_id->daddr), &sa_id->daddr)); in xfrm_usersa_print()
235 fprintf(fp, " protocol %s ", strxf_proto(sa_id->proto)); in xfrm_usersa_print()
236 fprintf(fp, " SPI 0x%x", ntohl(sa_id->spi)); in xfrm_usersa_print()
248 fprintf(fp, "src %s ", rt_addr_n2a(id->sa_id.family, in xfrm_ae_print()
251 xfrm_usersa_print(&id->sa_id, id->reqid, fp); in xfrm_ae_print()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc513 DataType dtype, int sa_id, const string& sa_name, in ConstructScopedAllocatorNode() argument
521 sa_builder.Attr("id", sa_id); in ConstructScopedAllocatorNode()
554 {nd.output_slot, sa_id + 1 + i}, in ConstructScopedAllocatorNode()
600 const string& device_name, DataType dtype, int sa_id, in BuildSAConcatNode() argument
639 sac_builder.Attr("id", sa_id); in BuildSAConcatNode()
692 const string& op_name, int sa_id, in BuildSplitNode() argument
699 sas_builder.Attr("id", sa_id); in BuildSplitNode()
851 int sa_id = sa_opti->NewScopedAllocatorId(input_shapes.size()); in Rewrite() local
853 strings::StrCat("scoped_allocator_", sa_id, "_", invocation_count); in Rewrite()
855 sa_opti, graph, node_map, ops, device_name, dtype, sa_id, sa_name, in Rewrite()
[all …]
/external/iproute2/include/linux/
Dxfrm.h400 struct xfrm_usersa_id sa_id; member
/external/iproute2/include/uapi/linux/
Dxfrm.h400 struct xfrm_usersa_id sa_id; member
/external/libnl/include/linux-private/linux/
Dxfrm.h399 struct xfrm_usersa_id sa_id; member
/external/kernel-headers/original/uapi/linux/
Dxfrm.h406 struct xfrm_usersa_id sa_id; member
/external/libnl/include/netlink-private/
Dtypes.h1213 struct xfrmnl_sa_id sa_id; member
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h87937 struct xfrm_usersa_id sa_id; member
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h112896 struct xfrm_usersa_id sa_id; member
Dvmlinux.h112896 struct xfrm_usersa_id sa_id; member