nt9856x/BSP/linux-kernel/samples/bpf/xdpsock.h
2023-03-28 15:07:53 +08:00

12 lines
201 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef XDPSOCK_H_
#define XDPSOCK_H_
/* Power-of-2 number of sockets */
#define MAX_SOCKS 4
/* Round-robin receive */
#define RR_LB 0
#endif /* XDPSOCK_H_ */