kernel_samsung_a34x-permissive/samples/bpf/xdpsock.h
2024-04-28 15:51:13 +02: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_ */