Home
last modified time | relevance | path

Searched refs:nfct_btf_struct_access (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_bpf.c498 nfct_btf_struct_access = _nf_conntrack_btf_struct_access; in register_nf_conntrack_bpf()
508 nfct_btf_struct_access = NULL; in cleanup_nf_conntrack_bpf()
/openbmc/linux/include/linux/
H A Dfilter.h584 extern int (*nfct_btf_struct_access)(struct bpf_verifier_log *log,
/openbmc/linux/net/core/
H A Dfilter.c8950 int (*nfct_btf_struct_access)(struct bpf_verifier_log *log, variable
8953 EXPORT_SYMBOL_GPL(nfct_btf_struct_access);
8962 if (nfct_btf_struct_access) in tc_cls_act_btf_struct_access()
8963 ret = nfct_btf_struct_access(log, reg, off, size); in tc_cls_act_btf_struct_access()
9035 if (nfct_btf_struct_access) in xdp_btf_struct_access()
9036 ret = nfct_btf_struct_access(log, reg, off, size); in xdp_btf_struct_access()