/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_l3s.c | 106 if (addr->atype == IPVL_IPV6) in ipvlan_nf_input()
|
H A D | ipvlan_main.c | 815 addr->atype = IPVL_IPV4; in ipvlan_add_addr() 819 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 212 u32 atype; member 257 u32 atype; member 1893 req_tx.tx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1911 req_rx.rx_atype = ud->atype; in udma_tisci_m2m_channel_config() 1984 req_tx.tx_atype = uc->config.atype; in udma_tisci_tx_channel_config() 2057 req_rx.rx_atype = uc->config.atype; in udma_tisci_rx_channel_config() 4095 u32 atype; member 4118 if (filter_param->atype > 2) { in udma_dma_filter_fn() 4119 dev_err(ud->dev, "Invalid channel atype: %u\n", in udma_dma_filter_fn() 4120 filter_param->atype); in udma_dma_filter_fn() [all...] |
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 51 unsigned long etype, atype; in gmap_alloc() local 55 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc() 59 atype = _ASCE_TYPE_REGION3; in gmap_alloc() 63 atype = _ASCE_TYPE_REGION2; in gmap_alloc() 67 atype = _ASCE_TYPE_REGION1; in gmap_alloc() 90 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 1551 enum bpf_attach_type atype = test->attach_type; in run_test_case() local 1569 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) == -1) { in run_test_case() 1595 bpf_prog_detach(cgfd, atype); in run_test_case()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 1545 enum bpf_attach_type atype = test->attach_type; in run_test_case() local 1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) { in run_test_case() 1589 bpf_prog_detach(cgfd, atype); in run_test_case()
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 813 addr->atype = IPVL_IPV4; in ipvlan_add_addr() 817 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 966 unsigned int atype, i; in ip_vs_new_dest() local 974 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest() 975 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest() 976 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest() 986 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest() 987 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 391 argstr = ", ".join(["%s %s" % (atype, aname) 392 for atype, aname, opt in args]) 411 argstr = ", ".join(["%s %s" % (atype, aname) 412 for atype, aname, opt in args + attrs])
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 1432 enum addr_type atype) in convert_addr() 1447 switch (atype) { in convert_addr() 1431 convert_addr(struct sock_args *args, const char *_str, enum addr_type atype) convert_addr() argument
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.c | 1121 u8 atype; in chsc_get_cssid_iid() member 1139 sdcal_area->atype = 4; in chsc_get_cssid_iid()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc.c | 1165 u8 atype; in chsc_get_cssid_iid() member 1183 sdcal_area->atype = 4; in chsc_get_cssid_iid()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 310 enum bpf_attach_type atype; in test_destroy_orphan_child() member 320 xbpf_prog_attach(t->progfd, mapfd, t->atype, 0) != 0) in test_destroy_orphan_child() 326 xbpf_prog_detach2(t->progfd, mapfd, t->atype); in test_destroy_orphan_child()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 1061 unsigned int atype; in ip_vs_new_dest() local 1066 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest() 1067 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest() 1068 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest() 1078 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest() 1079 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 2089 unsigned int atype, v1, v2, v3; in getsockaddrarg() local 2103 &atype, &v1, &v2, &v3, &scope)) in getsockaddrarg() 2113 addr->addrtype = atype; in getsockaddrarg() 2115 if (atype == TIPC_ADDR_NAMESEQ) { in getsockaddrarg() 2119 } else if (atype == TIPC_ADDR_NAME) { in getsockaddrarg() 2122 } else if (atype == TIPC_ADDR_ID) { in getsockaddrarg()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 1257 #define WIPE_TIMESTAMPS(atype, attr, timestamp) \ 1259 atype *ats; \ 1260 ats = (atype *)((char *)(attr) + le16_to_cpu((attr)->value_offset)); \
|
H A D | ntfsresize.c | 713 ATTR_TYPES atype; in collect_resize_constraints() local 721 atype = resize->ctx->attr->type; in collect_resize_constraints() 731 if (atype == AT_DATA && NInoAttrList(resize->ni)) in collect_resize_constraints() 755 if (atype == AT_DATA) in collect_resize_constraints()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3471 xfs_alloctype_t atype = 0; /* type for allocation routines */ in xfs_bmap_btalloc() local 3599 atype = args.type; in xfs_bmap_btalloc() 3615 atype = args.type; in xfs_bmap_btalloc() 3654 args.type = atype; in xfs_bmap_btalloc() 3668 args.type = atype; in xfs_bmap_btalloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 523 enum bpf_access_type atype, 1549 enum bpf_access_type atype,
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 762 enum addr_type atype) in convert_addr() 777 switch (atype) { in convert_addr() 761 convert_addr(struct sock_args *args, const char *_str, enum addr_type atype) convert_addr() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 569 const char* atype = useSame ? sameType : "gl_MatrixUseA"; in initPrograms() local 574 matAType << "coopmat<" << componentTypeInfo[m_data.inputType].typeName << ", gl_ScopeSubgroup, " << dims[0].rows << ", " << dims[0].cols << ", " << atype << ">"; in initPrograms()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 3778 enum bpf_access_type atype, in check_ptr_to_btf_access() 3805 atype, &btf_id); in check_ptr_to_btf_access() 3807 if (atype != BPF_READ) { in check_ptr_to_btf_access() 3812 ret = btf_struct_access(&env->log, t, off, size, atype, in check_ptr_to_btf_access() 3819 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access() 3828 enum bpf_access_type atype, in check_ptr_to_map_access() 3865 if (atype != BPF_READ) { in check_ptr_to_map_access() 3870 ret = btf_struct_access(&env->log, t, off, size, atype, &btf_id); in check_ptr_to_map_access() 3775 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument 3825 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 2409 int off, int size, enum bpf_access_type atype, 2666 int off, int size, enum bpf_access_type atype, in btf_struct_access() 2664 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 5912 enum bpf_attach_type atype = prog->expected_attach_type; in prog_args_trusted() local 5916 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted() 6387 int off, int size, enum bpf_access_type atype __maybe_unused, in btf_struct_access()
|
H A D | verifier.c | 6370 enum bpf_access_type atype, in check_ptr_to_btf_access() 6423 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access() 6434 if (atype != BPF_READ && !type_is_ptr_alloc_obj(reg->type)) { in check_ptr_to_btf_access() 6445 ret = btf_struct_access(&env->log, reg, off, size, atype, &btf_id, &flag, &field_name); in check_ptr_to_btf_access() 6509 if (atype == BPF_READ && value_regno >= 0) in check_ptr_to_btf_access() 6518 enum bpf_access_type atype, in check_ptr_to_map_access() 6557 if (atype != BPF_READ) { in check_ptr_to_map_access() 6565 ret = btf_struct_access(&env->log, &map_reg, off, size, atype, &btf_id, &flag, NULL); in check_ptr_to_map_access() 7238 enum bpf_access_type atype = meta && meta->raw_mode ? BPF_WRITE : BPF_READ; in check_helper_mem_access() local 7246 atype, in check_helper_mem_access() 6367 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument 6515 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument [all...] |