Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/atm/
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-6.3-rc2/arch/m68k/include/asm/
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-6.3-rc2/include/linux/
A Dbpf-cgroup.h73 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument
212 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
233 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, atype) \ argument
242 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, atype, t_ctx) \ argument
259 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, atype, bind_flags) \ argument
341 #define BPF_CGROUP_RUN_PROG_DEVICE_CGROUP(atype, major, minor, access) \ argument
479 #define cgroup_bpf_enabled(atype) (0) argument
480 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, atype, t_ctx) ({ 0; }) argument
481 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, atype) ({ 0; }) argument
487 #define BPF_CGROUP_RUN_PROG_INET_BIND_LOCK(sk, uaddr, atype, flags) ({ 0; }) argument
[all …]
/linux-6.3-rc2/kernel/bpf/
A Dcgroup.c32 enum cgroup_bpf_attach_type atype, in bpf_prog_run_array_cg()
283 unsigned int atype; in cgroup_bpf_release() local
373 enum cgroup_bpf_attach_type atype) in hierarchy_allows_attach()
402 enum cgroup_bpf_attach_type atype, in compute_effective_progs()
505 enum cgroup_bpf_attach_type atype) in update_effective_progs()
617 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_attach() local
796 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_replace() local
894 enum cgroup_bpf_attach_type atype) in purge_effective_progs()
952 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_detach() local
1027 enum cgroup_bpf_attach_type atype; in __cgroup_bpf_query() local
[all …]
/linux-6.3-rc2/net/tipc/
A Daddr.h64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr()
77 u32 atype; in tipc_uaddr_valid() local
A Dudp_media.c606 int atype; in tipc_parse_udp_addr() local
A Dsocket.c719 u32 atype = ua->addrtype; in tipc_bind() local
1423 int atype, mtu, rc; in __tipc_sendmsg() local
/linux-6.3-rc2/drivers/s390/char/
A Dsclp_pci.c39 u8 atype; member
52 u8 atype; /* adapter type */ member
/linux-6.3-rc2/include/linux/surface_aggregator/
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
A Ddevice.h493 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
563 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
/linux-6.3-rc2/net/ipv4/
A Dbpf_tcp_ca.c75 int off, int size, enum bpf_access_type atype, in bpf_tcp_ca_btf_struct_access()
/linux-6.3-rc2/net/bpf/
A Dbpf_dummy_struct_ops.c176 int off, int size, enum bpf_access_type atype, in bpf_dummy_ops_btf_struct_access()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sysctl.c1545 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
/linux-6.3-rc2/drivers/nvme/target/
A Dtrace.c43 u8 atype = cdw10[15]; in nvmet_trace_get_lba_status() local
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan.h85 ipvl_hdr_type atype; member
/linux-6.3-rc2/fs/ntfs3/
A Drecord.c302 u32 atype; in mi_find_attr() local
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dchsc.h113 } atype; member
/linux-6.3-rc2/drivers/nvme/host/
A Dtrace.c110 u8 atype = cdw10[15]; in nvme_trace_get_lba_status() local
/linux-6.3-rc2/drivers/s390/cio/
A Dchsc_sch.c789 u32 atype : 8; in chsc_ioctl_dcal() member
A Dchsc.c1165 u8 atype; in chsc_get_cssid_iid() member
/linux-6.3-rc2/kernel/trace/
A Dtrace_probe.h200 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
/linux-6.3-rc2/drivers/dma/ti/
A Dk3-udma.c213 u32 atype; member
258 u32 atype; member
4086 u32 atype; member
/linux-6.3-rc2/tools/testing/selftests/net/
A Dnettest.c748 enum addr_type atype) in convert_addr()
/linux-6.3-rc2/arch/s390/mm/
A Dgmap.c39 unsigned long etype, atype; in gmap_alloc() local
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_listen.c604 enum bpf_attach_type atype; in test_destroy_orphan_child() member

Completed in 67 milliseconds

12