Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.6.21/include/linux/
Dbpf-cgroup.h73 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument
116 enum cgroup_bpf_attach_type atype);
119 enum cgroup_bpf_attach_type atype);
124 enum cgroup_bpf_attach_type atype,
130 enum cgroup_bpf_attach_type atype);
133 short access, enum cgroup_bpf_attach_type atype);
138 enum cgroup_bpf_attach_type atype);
213 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
216 if (cgroup_bpf_enabled(atype)) { \
217 __ret = __cgroup_bpf_run_filter_sk(sk, atype); \
[all …]
/linux-6.6.21/arch/m68k/include/asm/
Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
61 type name(atype a) \
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/linux-6.6.21/kernel/bpf/
Dcgroup.c32 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg() argument
46 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg()
283 unsigned int atype; in cgroup_bpf_release() local
287 for (atype = 0; atype < ARRAY_SIZE(cgrp->bpf.progs); atype++) { in cgroup_bpf_release()
288 struct hlist_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release()
305 static_branch_dec(&cgroup_bpf_enabled_key[atype]); in cgroup_bpf_release()
308 cgrp->bpf.effective[atype], in cgroup_bpf_release()
373 enum cgroup_bpf_attach_type atype) in hierarchy_allows_attach() argument
381 u32 flags = p->bpf.flags[atype]; in hierarchy_allows_attach()
386 cnt = prog_list_length(&p->bpf.progs[atype]); in hierarchy_allows_attach()
[all …]
/linux-6.6.21/net/tipc/
Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() argument
68 ua->addrtype = atype; in tipc_uaddr()
77 u32 atype; in tipc_uaddr_valid() local
81 atype = ua->addrtype; in tipc_uaddr_valid()
84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR) in tipc_uaddr_valid()
86 if (atype == TIPC_SERVICE_RANGE) in tipc_uaddr_valid()
Dsocket.c719 u32 atype = ua->addrtype; in tipc_bind() local
724 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()
1423 int atype, mtu, rc; in __tipc_sendmsg() local
1431 atype = ua->addrtype; in __tipc_sendmsg()
1438 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1440 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()
1442 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()
1451 atype = ua->addrtype; in __tipc_sendmsg()
1461 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1462 tsk->conn_addrtype = atype; in __tipc_sendmsg()
[all …]
Dudp_media.c606 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()
/linux-6.6.21/net/atm/
Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr() argument
55 if (atype == ATM_ADDR_LECS) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr() argument
80 if (atype == ATM_ADDR_LECS) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr() argument
115 if (atype == ATM_ADDR_LECS) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr() argument
143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
/linux-6.6.21/include/linux/surface_aggregator/
Dcontroller.h395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument
396 static int name(struct ssam_controller *ctrl, const atype *arg) \
406 rqst.length = sizeof(atype); \
410 sizeof(atype)); \
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
498 static int name(struct ssam_controller *ctrl, const atype *arg, rtype *ret) \
510 rqst.length = sizeof(atype); \
517 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
599 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg) \
[all …]
Ddevice.h489 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
490 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \
491 static int name(struct ssam_device *sdev, const atype *arg) \
559 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
560 SSAM_DEFINE_SYNC_REQUEST_MD_WR(__raw_##name, atype, rtype, spec) \
561 static int name(struct ssam_device *sdev, const atype *arg, rtype *ret) \
/linux-6.6.21/drivers/s390/char/
Dsclp_pci.c39 u8 atype; member
52 u8 atype; /* adapter type */ member
71 sccb->atype = SCLP_ATYPE_PCI; in do_pci_configure()
169 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
/linux-6.6.21/drivers/nvme/target/
Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
46 slba, mndw, rl, atype); in nvmet_trace_get_lba_status()
/linux-6.6.21/fs/ntfs3/
Drecord.c350 u32 atype; in mi_find_attr() local
357 atype = le32_to_cpu(attr->type); in mi_find_attr()
358 if (atype > type_in) in mi_find_attr()
361 if (atype < type_in) in mi_find_attr()
/linux-6.6.21/arch/s390/include/uapi/asm/
Dchsc.h113 } atype; member
/linux-6.6.21/drivers/nvme/host/
Dtrace.c110 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
113 slba, mndw, rl, atype); in nvme_trace_get_lba_status()
/linux-6.6.21/drivers/net/ipvlan/
Dipvlan_core.c58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal()
63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal()
92 hash = (addr->atype == IPVL_IPV6) ? in ipvlan_ht_addr_add()
Dipvlan.h85 ipvl_hdr_type atype; member
Dipvlan_l3s.c106 if (addr->atype == IPVL_IPV6) in ipvlan_nf_input()
Dipvlan_main.c815 addr->atype = IPVL_IPV4; in ipvlan_add_addr()
819 addr->atype = IPVL_IPV6; in ipvlan_add_addr()
/linux-6.6.21/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml132 ti,udma-atype:
137 - ti,udma-atype
/linux-6.6.21/kernel/trace/
Dtrace_probe.h203 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
204 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/linux-6.6.21/drivers/dma/ti/
Dk3-udma.c212 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()
4120 filter_param->atype); in udma_dma_filter_fn()
4131 ucc->atype = filter_param->atype; in udma_dma_filter_fn()
[all …]
/linux-6.6.21/drivers/s390/cio/
Dchsc_sch.c789 u32 atype : 8; in chsc_ioctl_dcal() member
814 sdcal_area->atype = dcal->req.atype; in chsc_ioctl_dcal()
/linux-6.6.21/arch/s390/mm/
Dgmap.c51 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()
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_sysctl.c1545 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()
/linux-6.6.21/net/netfilter/ipvs/
Dip_vs_ctl.c1061 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()

12