Instead of dealing with ifp == NULL, which should never happen, assume that this is not true.
Use KASSERT to make this clear.
No functional change intended.
CID: 1523767
Differential D48258
TCP RACK, BBR: cleanup of ctf_process_inbound_raw tuexen on Mon, Dec 30, 8:00 PM. Authored by
Details
Instead of dealing with ifp == NULL, which should never happen, assume that this is not true. No functional change intended. CID: 1523767
Diff Detail
|