/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_mprog_opts.c | 7 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 D | test_sysctl.c | 1531 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
|
H A D | sockmap_listen.c | 312 enum bpf_attach_type atype; in test_destroy_orphan_child() member
|
/linux/net/atm/ |
H A D | addr.c | 48 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 D | bootstd.h | 60 #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 D | bpf-cgroup.h | 78 #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 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) \ argument 246 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) \ argument 263 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, bind_flags) \ argument 354 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument 478 #define cgroup_bpf_enabled(atype) (0) argument 479 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) ({ 0; }) argument 480 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) ({ 0; }) argument 486 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, uaddrlen, atype, flags) ({ 0; }) argument [all …]
|
H A D | bpf.h | 3098 int off, int size, enum bpf_access_type atype, in btf_struct_access()
|
/linux/kernel/bpf/ |
H A D | cgroup.c | 62 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg() 313 unsigned int atype; in cgroup_bpf_release() local 405 enum cgroup_bpf_attach_type atype) in hierarchy_allows_attach() 434 enum cgroup_bpf_attach_type atype, in compute_effective_progs() 492 enum cgroup_bpf_attach_type atype, in activate_effective_progs() 572 enum cgroup_bpf_attach_type atype) in update_effective_progs() 797 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_attach() local 926 enum cgroup_bpf_attach_type atype, in replace_effective_prog() 981 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_replace() local 1080 enum cgroup_bpf_attach_type atype) in purge_effective_progs() [all …]
|
H A D | syscall.c | 4333 static bool is_cgroup_prog_type(enum bpf_prog_type ptype, enum bpf_attach_type atype, in is_cgroup_prog_type()
|
/linux/net/tipc/ |
H A D | addr.h | 64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() 77 u32 atype; in tipc_uaddr_valid() local
|
H A D | udp_media.c | 609 int atype; in tipc_parse_udp_addr() local
|
H A D | socket.c | 716 u32 atype = ua->addrtype; in tipc_bind() local 1418 int atype, mtu, rc; in __tipc_sendmsg() local
|
/linux/include/linux/surface_aggregator/ |
H A D | controller.h | 395 #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 D | device.h | 488 #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 D | ipvlan.h | 85 ipvl_hdr_type atype; member
|
/linux/fs/ntfs3/ |
H A D | record.c | 364 u32 atype; in mi_find_attr() local
|
/linux/arch/s390/include/uapi/asm/ |
H A D | chsc.h | 113 } atype; member
|
/linux/arch/s390/include/asm/ |
H A D | sclp.h | 138 u8 atype; member
|
/linux/drivers/s390/cio/ |
H A D | chsc_sch.c | 789 u32 atype : 8; in chsc_ioctl_dcal() member
|
H A D | chsc.c | 1217 u8 atype; in chsc_get_cssid_iid() member
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 212 u32 atype; member 257 u32 atype; member 4134 u32 atype; member
|
/linux/kernel/trace/ |
H A D | trace_probe.h | 207 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
|
/linux/tools/testing/selftests/net/ |
H A D | nettest.c | 762 enum addr_type atype) in convert_addr()
|
/linux/arch/s390/mm/ |
H A D | gmap.c | 64 unsigned long etype, atype; in gmap_alloc() local
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 1061 unsigned int atype; in ip_vs_new_dest() local
|