Home
last modified time | relevance | path

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

/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()
/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()
/net/netfilter/
Dnf_conntrack_bpf.c197 u32 *next_btf_id, in BTF_ID()
/net/core/
Dfilter.c8788 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()