Searched hist:e4a2a3048ed93f0c354ad837f1d45fc8d389d538 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | tun.c | diff e4a2a3048ed93f0c354ad837f1d45fc8d389d538 Tue Sep 11 22:16:59 CDT 2018 Jason Wang <jasowang@redhat.com> 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>
|
/openbmc/linux/include/net/ |
H A D | sock.h | diff e4a2a3048ed93f0c354ad837f1d45fc8d389d538 Tue Sep 11 22:16:59 CDT 2018 Jason Wang <jasowang@redhat.com> 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>
|