Searched defs:atype (Results 1 - 22 of 22) sorted by relevance

/linux-master/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) argument
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/net/tipc/
H A Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, argument
77 u32 atype; local
H A Dudp_media.c606 int atype; local
H A Dsocket.c718 u32 atype = ua->addrtype; local
1422 int atype, mtu, rc; local
[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
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c1545 enum bpf_attach_type atype = test->attach_type; local
/linux-master/drivers/nvme/target/
H A Dtrace.c43 u8 atype = cdw10[15]; local
/linux-master/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member in struct:chsc_dcal::__anon930
/linux-master/drivers/net/ipvlan/
H A Dipvlan.h85 ipvl_hdr_type atype; member in struct:ipvl_addr
/linux-master/fs/ntfs3/
H A Drecord.c350 u32 atype; local
/linux-master/drivers/s390/cio/
H A Dchsc_sch.c789 u32 atype : 8; member in struct:__anon1611
H A Dchsc.c1165 u8 atype; member in struct:__anon35
/linux-master/drivers/nvme/host/
H A Dtrace.c110 u8 atype = cdw10[15]; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c310 enum bpf_attach_type atype; member in struct:test
/linux-master/tools/testing/selftests/net/
H A Dnettest.c761 convert_addr(struct sock_args *args, const char *_str, enum addr_type atype) argument
/linux-master/kernel/bpf/
H A Dcgroup.c283 unsigned int atype; local
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...]
H A Dbtf.c6157 enum bpf_attach_type atype = prog->expected_attach_type; local
H A Dverifier.c7313 enum bpf_access_type atype = meta && meta->raw_mode ? BPF_WRITE : BPF_READ; local
6431 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) argument
6579 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) argument
[all...]
/linux-master/arch/s390/mm/
H A Dgmap.c51 unsigned long etype, atype; local
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1061 unsigned int atype; local
/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
4095 u32 atype; member in struct:udma_filter_param
[all...]
/linux-master/include/linux/
H A Dbpf.h2847 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) argument

Completed in 638 milliseconds