Searched refs:nfct_btf_struct_access (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_bpf.c | 501 nfct_btf_struct_access = _nf_conntrack_btf_struct_access; in register_nf_conntrack_bpf() 511 nfct_btf_struct_access = NULL; in cleanup_nf_conntrack_bpf()
|
/linux-6.1.9/include/linux/ |
D | filter.h | 571 extern int (*nfct_btf_struct_access)(struct bpf_verifier_log *log, const struct btf *btf,
|
/linux-6.1.9/net/core/ |
D | filter.c | 8676 int (*nfct_btf_struct_access)(struct bpf_verifier_log *log, const struct btf *btf, variable 8680 EXPORT_SYMBOL_GPL(nfct_btf_struct_access); 8696 if (nfct_btf_struct_access) in tc_cls_act_btf_struct_access() 8697 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in tc_cls_act_btf_struct_access() 8776 if (nfct_btf_struct_access) in xdp_btf_struct_access() 8777 ret = nfct_btf_struct_access(log, btf, t, off, size, atype, next_btf_id, flag); in xdp_btf_struct_access()
|