commit | e4a2a3048ed93f0c354ad837f1d45fc8d389d538 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed Sep 12 11:16:59 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 13 09:25:40 2018 -0700 |
tree | ca93825037b3a5cc93d3aa358aac755ff34f527f | |
parent | 9708d2b5b7c648e8e0a40d11e8cea12f6277f33c [diff] |
net: sock: introduce SOCK_XDP This patch introduces a new sock flag - SOCK_XDP. This will be used for notifying the upper layer that XDP program is attached on the lower socket, and requires for extra headroom. TUN will be the first user. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>