HomeFreeBSD

tcp: remove INP_DROPPED check from notify functions

Description

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.

Details

Provenance
glebiusAuthored on Nov 8 2022, 6:24 PM
Parents
rGf567d55f5152: inpcb: don't return INP_DROPPED entries from pcb lookups
Branches
Unknown
Tags
Unknown