Home
last modified time | relevance | path

Searched refs:next_btf_id (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/net/bpf/
Dbpf_dummy_struct_ops.c162 u32 *next_btf_id, in bpf_dummy_ops_btf_struct_access() argument
180 err = btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in bpf_dummy_ops_btf_struct_access()
/Linux-v6.1/net/ipv4/
Dbpf_tcp_ca.c75 u32 *next_btf_id, in bpf_tcp_ca_btf_struct_access() argument
81 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in bpf_tcp_ca_btf_struct_access()
/Linux-v6.1/net/netfilter/
Dnf_conntrack_bpf.c197 u32 *next_btf_id, in BTF_ID()
/Linux-v6.1/include/linux/
Dbpf.h733 u32 *next_btf_id, enum bpf_type_flag *flag);
2040 u32 *next_btf_id, enum bpf_type_flag *flag);
2292 u32 *next_btf_id, enum bpf_type_flag *flag) in btf_struct_access() argument
Dfilter.h573 enum bpf_access_type atype, u32 *next_btf_id,
/Linux-v6.1/kernel/bpf/
Dbtf.c5558 u32 *next_btf_id, enum bpf_type_flag *flag) in btf_struct_walk() argument
5737 *next_btf_id = mid; in btf_struct_walk()
5772 *next_btf_id = id; in btf_struct_walk()
5800 u32 *next_btf_id, enum bpf_type_flag *flag) in btf_struct_access() argument
5814 *next_btf_id = id; in btf_struct_access()
/Linux-v6.1/net/core/
Dfilter.c8652 enum bpf_access_type atype, u32 *next_btf_id,
8660 u32 *next_btf_id, in tc_cls_act_btf_struct_access() argument
8666 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in tc_cls_act_btf_struct_access()
8671 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in tc_cls_act_btf_struct_access()
8740 u32 *next_btf_id, in xdp_btf_struct_access() argument
8746 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in xdp_btf_struct_access()
8751 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in xdp_btf_struct_access()