commit | f28ea365cdefc3b4fd0373e70b0106a0cd9b4c23 | [log] [tgz] |
---|---|---|
author | Edward Jee <edjee@google.com> | Thu Oct 08 14:56:48 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 19:25:21 2015 -0700 |
tree | 136f458e3435a79f3b5048b62dcd3c884ff644f2 | |
parent | c1bf5fe03184f782f2a6827cf314ae58834865da [diff] |
sock: support per-packet fwmark It's useful to allow users to set fwmark for an individual packet, without changing the socket state. The function this patch adds in sock layer can be used by the protocols that need such a feature. Signed-off-by: Edward Hyunkoo Jee <edjee@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>