Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
df98f48172fb23471cdf54b4c4f5c592e7e501bb
/
.
/
net
/
xdp
/
xsk.h
blob: ba81206104266c4f662db880a757f30c8ff97fb7 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2019 Intel Corporation. */
#ifndef
XSK_H_
#define
XSK_H_
static
inline
struct
xdp_sock
*
xdp_sk
(
struct
sock
*
sk
)
{
return
(
struct
xdp_sock
*)
sk
;
}
#endif
/* XSK_H_ */