Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()
After this fix : ("tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()"), socket lookups happen while skb->cb[] has not been mangled yet by TCP. Fixes: a04a480 ("net: Require exact match for TCP socket lookups if dif is l3mdev") Signed-off-by: David Ahern <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information