Searched refs:tcp_pcb_remove (Results 1 – 4 of 4) sorted by relevance
184 tcp_pcb_remove(&tcp_listen_pcbs.pcbs, pcb); in tcp_close_shutdown()190 tcp_pcb_remove(&tcp_active_pcbs, pcb); in tcp_close_shutdown()335 tcp_pcb_remove(&tcp_tw_pcbs, pcb); in tcp_abandon()348 tcp_pcb_remove(&tcp_active_pcbs, pcb); in tcp_abandon()1431 tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb) in tcp_pcb_remove() function
329 tcp_pcb_remove(&tcp_active_pcbs, pcb); in tcp_input()334 tcp_pcb_remove(&tcp_active_pcbs, pcb); in tcp_input()
402 void tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb);
1838 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED