/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc_sch.c | 823 u32 atype : 8; in chsc_ioctl_dcal() member 848 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
|
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-5.10/net/tipc/ |
H A D | udp_media.c | 598 int atype; in tipc_parse_udp_addr() local 600 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr() 601 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | udp_media.c | 606 int atype; in tipc_parse_udp_addr() local 608 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr() 609 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc_sch.c | 789 u32 atype : 8; in chsc_ioctl_dcal() member 814 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
|
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-5.10/drivers/net/ipvlan/ |
H A D | ipvlan.h | 85 ipvl_hdr_type atype; member
|
H A D | ipvlan_l3s.c | 106 if (addr->atype == IPVL_IPV6) in ipvlan_nf_input()
|
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-6.6/drivers/net/ipvlan/ |
H A D | ipvlan.h | 85 ipvl_hdr_type atype; member
|
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-5.10/drivers/dma/ti/ |
H A D | k3-udma-glue.c | 35 u32 atype; member 127 dev_err(common->dev, "Invalid channel atype: %u\n", in of_k3_udma_glue_parse_chn() 132 common->atype = dma_spec.args[1]; in of_k3_udma_glue_parse_chn() 230 req.tx_atype = tx_chn->common.atype; in k3_udma_glue_cfg_tx_chn() 520 req.rx_atype = rx_chn->common.atype; in k3_udma_glue_cfg_rx_chn()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 40 unsigned long etype, atype; in gmap_alloc() local 44 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc() 48 atype = _ASCE_TYPE_REGION3; in gmap_alloc() 52 atype = _ASCE_TYPE_REGION2; in gmap_alloc() 56 atype = _ASCE_TYPE_REGION1; in gmap_alloc() 79 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()
|
/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/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()
|
/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-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()
|
/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
|