Home
last modified time | relevance | path

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

/third_party/lwip/
D0010-fix-the-incomplete-release-of-the-conntable.patch24 tcp_ext_arg_invoke_callbacks_destroyed(pcb->ext_args);
D0030-refactor-tcp-new-port.patch27 static void tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args);
D0053-cleancode-improve-lwipopts.h-readability.patch630 static void tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args);
D0002-adapt-lstack.patch2375 @@ -200,9 +215,20 @@ static void tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ex…
/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