Searched refs:next_btf_id (Results 1 – 4 of 4) sorted by relevance
/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()
|
/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()
|
/net/netfilter/ |
D | nf_conntrack_bpf.c | 197 u32 *next_btf_id, in BTF_ID()
|
/net/core/ |
D | filter.c | 8788 enum bpf_access_type atype, u32 *next_btf_id, 8796 u32 *next_btf_id, in tc_cls_act_btf_struct_access() argument 8802 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in tc_cls_act_btf_struct_access() 8807 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in tc_cls_act_btf_struct_access() 8876 u32 *next_btf_id, in xdp_btf_struct_access() argument 8882 return btf_struct_access(log, btf, t, off, size, atype, next_btf_id, in xdp_btf_struct_access() 8887 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in xdp_btf_struct_access()
|