Searched refs:next_btf_id (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/net/bpf/ |
| D | bpf_dummy_struct_ops.c | 162 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/ |
| D | bpf_tcp_ca.c | 75 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/ |
| D | nf_conntrack_bpf.c | 197 u32 *next_btf_id, in BTF_ID()
|
| /Linux-v6.1/include/linux/ |
| D | bpf.h | 733 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
|
| D | filter.h | 573 enum bpf_access_type atype, u32 *next_btf_id,
|
| /Linux-v6.1/kernel/bpf/ |
| D | btf.c | 5558 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/ |
| D | filter.c | 8652 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()
|