luo_flb_global
struct luo_flb_header *fh = &luo_flb_global.incoming;
if (luo_flb_global.count == LUO_FLB_MAX) {
list_private_for_each_entry(gflb, &luo_flb_global.list, private.list) {
list_add_tail(&private->list, &luo_flb_global.list);
luo_flb_global.count++;
luo_flb_global.count--;
luo_flb_global.outgoing.header_ser = header_ser;
luo_flb_global.outgoing.ser = (void *)(header_ser + 1);
luo_flb_global.outgoing.active = true;
luo_flb_global.incoming.header_ser = header_ser;
luo_flb_global.incoming.ser = (void *)(header_ser + 1);
luo_flb_global.incoming.active = true;
struct luo_flb_header *fh = &luo_flb_global.outgoing;
list_private_for_each_entry(gflb, &luo_flb_global.list, private.list) {
static struct luo_flb_global luo_flb_global = {
.list = LIST_HEAD_INIT(luo_flb_global.list),