bpf_stream_elem
static void bpf_stream_elem_init(struct bpf_stream_elem *elem, int len)
static bool bpf_stream_consume_elem(struct bpf_stream_elem *elem, int *len)
struct bpf_stream_elem *elem = NULL;
static struct bpf_stream_elem *bpf_stream_elem_alloc(int len)
struct bpf_stream_elem *elem;
alloc_size = offsetof(struct bpf_stream_elem, str[len]);
struct bpf_stream_elem *elem = NULL;
static void bpf_stream_release_capacity(struct bpf_stream *stream, struct bpf_stream_elem *elem)
static void bpf_stream_free_elem(struct bpf_stream_elem *elem)
struct bpf_stream_elem *elem, *tmp;