Searched refs:TCP_RMV (Results 1 – 3 of 3) sorted by relevance
373 #define TCP_RMV(pcbs, npcb) do { \ macro399 #define TCP_RMV(pcbs, npcb) \ macro428 TCP_RMV(&tcp_active_pcbs, npcb); \
388 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_close_shutdown()597 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_abandon()901 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog_and_err()1175 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect()2186 TCP_RMV(pcblist, pcb); in tcp_pcb_remove()
1752 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp