Searched refs:LIST_STRUCT_INIT (Results 1 – 3 of 3) sorted by relevance
90 #define LIST_STRUCT_INIT(struct_ptr, name) { \ macro
3269 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in handle_handshake_msg()3320 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in handle_handshake_msg()3774 LIST_STRUCT_INIT(c, sendqueue); in dtls_new_context()3777 LIST_STRUCT_INIT(c, peers); in dtls_new_context()3851 LIST_STRUCT_INIT(peer->handshake_params, reorder_queue); in dtls_connect_peer()
88 #define LIST_STRUCT_INIT(struct_ptr, name) { \ macro