Searched refs:init_done (Results 1 – 12 of 12) sorted by relevance
26 .init_done = false,76 if (sock->init_done) { in sock_obj_core_init_and_link()80 sock->init_done = true; in sock_obj_core_init_and_link()136 if (sock_objects[i].init_done == false) { in sock_obj_core_alloc()
22 bool init_done; member
308 if (!slip->init_done) { in recv_cb()388 if (slip->init_done) { in slip_iface_init()394 slip->init_done = true; in slip_iface_init()
121 uint8_t init_done : 1; member994 if (ppp->init_done) { in ppp_iface_init()998 ppp->init_done = true; in ppp_iface_init()
53 bool init_done : 1; /* Is interface init called for this context */ member96 static bool init_done; in init_context_iface() local98 if (init_done) { in init_context_iface()102 init_done = true; in init_context_iface()654 if (ctx->init_done) { in vlan_iface_init()669 ctx->init_done = true; in vlan_iface_init()
54 bool init_done; member70 if (ctx->init_done) { in iface_init()80 ctx->init_done = true; in iface_init()645 static bool init_done; in init_context_iface() local647 if (init_done) { in init_context_iface()651 init_done = true; in init_context_iface()
41 bool init_done; member50 if (ctx->init_done) { in virtual_test_iface_init()62 ctx->init_done = true; in virtual_test_iface_init()
48 bool init_done; member71 if (ctx->init_done) { in iface_init()101 ctx->init_done = true; in iface_init()
100 bool init_done : 1; member602 ctx->init_done = true; in capture_dev_init()
62 bool init_done; member305 if (ctx->init_done) { in eth_iface_init()311 ctx->init_done = true; in eth_iface_init()
1807 static bool init_done; in eth0_iface_init() local1819 if (init_done) { in eth0_iface_init()1916 init_done = true; in eth0_iface_init()
225 bool init_done; member