Searched refs:atype (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/net/tipc/
H A Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, argument
68 ua->addrtype = atype;
77 u32 atype; local
81 atype = ua->addrtype;
84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR)
86 if (atype == TIPC_SERVICE_RANGE)
H A Dsocket.c718 u32 atype = ua->addrtype; local
723 if (atype == TIPC_SOCKET_ADDR)
1422 int atype, mtu, rc; local
1430 atype = ua->addrtype;
1437 if (atype == TIPC_SERVICE_ADDR)
1439 if (atype == TIPC_SOCKET_ADDR)
1441 if (atype == TIPC_SERVICE_RANGE)
1450 atype = ua->addrtype;
1460 if (atype == TIPC_SERVICE_ADDR)
1461 tsk->conn_addrtype = atype;
[all...]
H A Dudp_media.c606 int atype; local
608 atype = ipv6_addr_type(&ip6->sin6_addr);
609 if (__ipv6_addr_needs_scope_id(atype) &&
/linux-master/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \
61 type name(atype a) \
72 #define _bsc2(type,name,atype,a,btype,b) \
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
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) \
117 type name(atype
[all...]
/linux-master/include/linux/
H A Dbpf-cgroup.h78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype])
121 enum cgroup_bpf_attach_type atype);
124 enum cgroup_bpf_attach_type atype);
129 enum cgroup_bpf_attach_type atype,
135 enum cgroup_bpf_attach_type atype);
138 short access, enum cgroup_bpf_attach_type atype);
143 enum cgroup_bpf_attach_type atype);
220 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \
223 if (cgroup_bpf_enabled(atype)) { \
[all...]
/linux-master/include/linux/surface_aggregator/
H A Dcontroller.h376 * @atype: Type of the request's argument.
380 * @spec, with the request taking an argument of type @atype and having no
387 * ssam_controller *ctrl, const atype *arg)``, returning the status of the
395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \
396 static int name(struct ssam_controller *ctrl, const atype *arg) \
406 rqst.length = sizeof(atype); \
410 sizeof(atype)); \
476 * @atype: Type of the request's argument.
481 * with the request taking an argument of type @atype and having a return value
488 * ssam_controller *ctrl, const atype *ar
[all...]
H A Ddevice.h466 * @atype: Type of the request's argument.
470 * @spec, with the request taking an argument of type @atype and having no
479 * *sdev, const atype *arg)``, returning the status of the request, which is
488 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \
489 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \
490 static int name(struct ssam_device *sdev, const atype *arg) \
534 * @atype: Type of the request's argument.
539 * with the request taking an argument of type @atype and having a return value
548 * *sdev, const atype *arg, rtype *ret)``, returning the status of the request,
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtyp
[all...]
/linux-master/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) argument
55 if (atype == ATM_ADDR_LECS)
69 enum atm_addr_type_t atype)
80 if (atype == ATM_ADDR_LECS)
104 enum atm_addr_type_t atype)
115 if (atype == ATM_ADDR_LECS)
134 size_t size, enum atm_addr_type_t atype)
143 if (atype == ATM_ADDR_LECS)
68 atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) argument
103 atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) argument
133 atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user * buf, size_t size, enum atm_addr_type_t atype) argument
/linux-master/kernel/bpf/
H A Dcgroup.c32 enum cgroup_bpf_attach_type atype,
46 array = rcu_dereference(cgrp->effective[atype]);
283 unsigned int atype; local
287 for (atype = 0; atype < ARRAY_SIZE(cgrp->bpf.progs); atype++) {
288 struct hlist_head *progs = &cgrp->bpf.progs[atype];
305 static_branch_dec(&cgroup_bpf_enabled_key[atype]);
308 cgrp->bpf.effective[atype],
373 enum cgroup_bpf_attach_type atype)
31 bpf_prog_run_array_cg(const struct cgroup_bpf *cgrp, enum cgroup_bpf_attach_type atype, const void *ctx, bpf_prog_run_fn run_prog, int retval, u32 *ret_flags) argument
372 hierarchy_allows_attach(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype) argument
401 compute_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_prog_array **array) argument
445 activate_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_prog_array *old_array) argument
504 update_effective_progs(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype) argument
617 enum cgroup_bpf_attach_type atype; local
741 replace_effective_prog(struct cgroup *cgrp, enum cgroup_bpf_attach_type atype, struct bpf_cgroup_link *link) argument
797 enum cgroup_bpf_attach_type atype; local
893 purge_effective_progs(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_cgroup_link *link, enum cgroup_bpf_attach_type atype) argument
953 enum cgroup_bpf_attach_type atype; local
1028 enum cgroup_bpf_attach_type atype; local
1357 __cgroup_bpf_run_filter_skb(struct sock *sk, struct sk_buff *skb, enum cgroup_bpf_attach_type atype) argument
1435 __cgroup_bpf_run_filter_sk(struct sock *sk, enum cgroup_bpf_attach_type atype) argument
1463 __cgroup_bpf_run_filter_sock_addr(struct sock *sk, struct sockaddr *uaddr, int *uaddrlen, enum cgroup_bpf_attach_type atype, void *t_ctx, u32 *flags) argument
1521 __cgroup_bpf_run_filter_sock_ops(struct sock *sk, struct bpf_sock_ops_kern *sock_ops, enum cgroup_bpf_attach_type atype) argument
1532 __cgroup_bpf_check_dev_permission(short dev_type, u32 major, u32 minor, short access, enum cgroup_bpf_attach_type atype) argument
1693 __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head, struct ctl_table *table, int write, char **buf, size_t *pcount, loff_t *ppos, enum cgroup_bpf_attach_type atype) argument
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_pci.c39 u8 atype; member in struct:err_notify_evbuf
52 u8 atype; /* adapter type */ member in struct:pci_cfg_sccb
71 sccb->atype = SCLP_ATYPE_PCI;
169 sccb->evbuf.atype = SCLP_ATYPE_PCI;
/linux-master/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member in struct:chsc_dcal::__anon930
/linux-master/fs/ntfs3/
H A Drecord.c350 u32 atype; local
357 atype = le32_to_cpu(attr->type);
358 if (atype > type_in)
361 if (atype < type_in)
/linux-master/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; local
45 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u",
46 slba, mndw, rl, atype);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c58 if (!is_v6 && addr->atype == IPVL_IPV4) {
63 } else if (is_v6 && addr->atype == IPVL_IPV6) {
92 hash = (addr->atype == IPVL_IPV6) ?
H A Dipvlan.h85 ipvl_hdr_type atype; member in struct:ipvl_addr
H A Dipvlan_l3s.c106 if (addr->atype == IPVL_IPV6)
H A Dipvlan_main.c816 addr->atype = IPVL_IPV4;
820 addr->atype = IPVL_IPV6;
/linux-master/kernel/trace/
H A Dtrace_probe.h204 /* If ptype is an alias of atype, use this macro (show atype in format) */
205 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \
206 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
/linux-master/drivers/nvme/host/
H A Dtrace.c110 u8 atype = cdw10[15]; local
112 trace_seq_printf(p, "slba=0x%llx, mndw=0x%x, rl=0x%x, atype=%u",
113 slba, mndw, rl, atype);
/linux-master/drivers/dma/ti/
H A Dk3-udma.c212 u32 atype; member in struct:udma_dev
257 u32 atype; member in struct:udma_chan_config
1893 req_tx.tx_atype = ud->atype;
1911 req_rx.rx_atype = ud->atype;
1984 req_tx.tx_atype = uc->config.atype;
2057 req_rx.rx_atype = uc->config.atype;
4095 u32 atype; member in struct:udma_filter_param
4118 if (filter_param->atype > 2) {
4119 dev_err(ud->dev, "Invalid channel atype: %u\n",
4120 filter_param->atype);
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c789 u32 atype : 8; member in struct:__anon1611
814 sdcal_area->atype = dcal->req.atype;
/linux-master/arch/s390/mm/
H A Dgmap.c51 unsigned long etype, atype; local
55 atype = _ASCE_TYPE_SEGMENT;
59 atype = _ASCE_TYPE_REGION3;
63 atype = _ASCE_TYPE_REGION2;
67 atype = _ASCE_TYPE_REGION1;
90 gmap->asce = atype | _ASCE_TABLE_LENGTH |
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1545 enum bpf_attach_type atype = test->attach_type; local
1563 if (bpf_prog_attach(progfd, cgfd, atype, BPF_F_ALLOW_OVERRIDE) < 0) {
1589 bpf_prog_detach(cgfd, atype);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1061 unsigned int atype; local
1066 atype = ipv6_addr_type(&udest->addr.in6);
1067 if ((!(atype & IPV6_ADDR_UNICAST) ||
1068 atype & IPV6_ADDR_LINKLOCAL) &&
1078 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip);
1079 if (atype != RTN_LOCAL && atype != RTN_UNICAST)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c310 enum bpf_attach_type atype; member in struct:test
320 xbpf_prog_attach(t->progfd, mapfd, t->atype, 0) != 0)
326 xbpf_prog_detach2(t->progfd, mapfd, t->atype);

Completed in 207 milliseconds

12