Linux 5.1.5
[linux/fpc-iii.git] / net / xdp / xsk.h
blobba81206104266c4f662db880a757f30c8ff97fb7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2019 Intel Corporation. */
4 #ifndef XSK_H_
5 #define XSK_H_
7 static inline struct xdp_sock *xdp_sk(struct sock *sk)
9 return (struct xdp_sock *)sk;
12 #endif /* XSK_H_ */