Use sk_mark for routing lookup in more places
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 1 Oct 2009 19:14:46 +0000 (19:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Oct 2009 08:07:38 +0000 (01:07 -0700)
Here is a followup on this area, thanks.

[RFC] af_packet: fill skb->mark at xmit

skb->mark may be used by classifiers, so fill it in case user
set a SO_MARK option on socket.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found