Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_mprog_opts.c7 static void assert_mprog_count(int cg, int atype, int expected) in assert_mprog_count()
18 static void test_prog_attach_detach(int atype) in test_prog_attach_detach()
150 static void test_link_attach_detach(int atype) in test_link_attach_detach()
276 static void test_preorder_prog_attach_detach(int atype) in test_preorder_prog_attach_detach()
384 static void test_preorder_link_attach_detach(int atype) in test_preorder_link_attach_detach()
483 static void test_invalid_attach_detach(int atype) in test_invalid_attach_detach()
H A Dtest_sysctl.c1531 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
H A Dsockmap_listen.c312 enum bpf_attach_type atype; in test_destroy_orphan_child() member
/linux/net/atm/
H A Daddr.c48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr()
69 enum atm_addr_type_t atype) in atm_add_addr()
104 enum atm_addr_type_t atype) in atm_del_addr()
134 size_t size, enum atm_addr_type_t atype) in atm_get_addr()
/linux/arch/m68k/include/asm/
H A Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/linux/include/linux/
H A Dbpf-cgroup.h78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument
216 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
237 BPF_CGROUP_RUN_SA_PROG(sk,uaddr,uaddrlen,atype) global() argument
246 BPF_CGROUP_RUN_SA_PROG_LOCK(sk,uaddr,uaddrlen,atype,t_ctx) global() argument
263 BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk,uaddr,uaddrlen,atype,bind_flags) global() argument
354 BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype,major,minor,access) global() argument
478 cgroup_bpf_enabled(atype) global() argument
479 BPF_CGROUP_RUN_SA_PROG_LOCK(sk,uaddr,uaddrlen,atype,t_ctx) global() argument
480 BPF_CGROUP_RUN_SA_PROG(sk,uaddr,uaddrlen,atype) global() argument
486 BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk,uaddr,uaddrlen,atype,flags) global() argument
501 BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype,major,minor,access) global() argument
[all...]
H A Dbpf.h3130 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
/linux/include/linux/surface_aggregator/
H A Dcontroller.h395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
704 #define SSAM_DEFINE_SYNC_REQUEST_MD_WR(name, atype, rtype, spec...) \ argument
H A Ddevice.h488 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
/linux/drivers/net/ipvlan/
H A Dipvlan.h85 ipvl_hdr_type atype; member
/linux/fs/ntfs3/
H A Drecord.c364 u32 atype; in mi_find_attr() local
/linux/arch/s390/include/uapi/asm/
H A Dchsc.h113 } atype; member
/linux/net/tipc/
H A Dudp_media.c609 int atype; in tipc_parse_udp_addr() local
/linux/arch/s390/include/asm/
H A Dsclp.h138 u8 atype; member
/linux/drivers/dma/ti/
H A Dk3-udma.c212 u32 atype; member
257 u32 atype; member
4134 u32 atype; member
/linux/kernel/trace/
H A Dtrace_probe.h207 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
/linux/tools/testing/selftests/net/
H A Dnettest.c762 enum addr_type atype) in convert_addr()
/linux/arch/s390/mm/
H A Dgmap.c64 unsigned long etype, atype; in gmap_alloc() local
/linux/kernel/bpf/
H A Dsyscall.c4446 static bool is_cgroup_prog_type(enum bpf_prog_type ptype, enum bpf_attach_type atype, in is_cgroup_prog_type()
H A Dverifier.c7207 enum bpf_access_type atype, in check_ptr_to_btf_access()
7360 enum bpf_access_type atype, in check_ptr_to_map_access()