Searched refs:TCP_RMV (Results 1 – 3 of 3) sorted by relevance
370 #define TCP_RMV(pcbs, npcb) do { \ macro396 #define TCP_RMV(pcbs, npcb) \ macro425 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()904 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_listen_with_backlog_and_err()1178 TCP_RMV(&tcp_bound_pcbs, pcb); in tcp_connect()2192 TCP_RMV(pcblist, pcb); in tcp_pcb_remove()
1839 * tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp