]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/net/bpf_sk_storage.h
bpf: export bpf_map_inc_not_zero
[mirror_ubuntu-jammy-kernel.git] / include / net / bpf_sk_storage.h
CommitLineData
6ac99e8f
MKL
1/* SPDX-License-Identifier: GPL-2.0 */
2/* Copyright (c) 2019 Facebook */
3#ifndef _BPF_SK_STORAGE_H
4#define _BPF_SK_STORAGE_H
5
6struct sock;
7
8void bpf_sk_storage_free(struct sock *sk);
9
10extern const struct bpf_func_proto bpf_sk_storage_get_proto;
11extern const struct bpf_func_proto bpf_sk_storage_delete_proto;
12
13#endif /* _BPF_SK_STORAGE_H */