Home
last modified time | relevance | path

Searched refs:tcp_ext_arg_invoke_callbacks_destroyed (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/core/
Dtcp.c197 static void tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args);
228 tcp_ext_arg_invoke_callbacks_destroyed(pcb->ext_args); in tcp_free()
239 tcp_ext_arg_invoke_callbacks_destroyed(pcb->ext_args); in tcp_free_listen()
2826 tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args) function