tcp: remove INP_DROPPED check from notify functions
These functions tcp_notify(), tcp_drop_syn_sent() and tcp_mtudisc()
are called from tcp*_ctlinput*() right after successfull
in_pcblookup*(). They shall never get a pcb that is dropped.
tcp: remove INP_DROPPED check from notify functions Tags None Referenced Files None Subscribers None
Description
Details
|