]> Git Repo - linux.git/blob - samples/bpf/xdpsock.h
mfd: cros-ec: Increase maximum mkbp event size
[linux.git] / samples / bpf / xdpsock.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef XDPSOCK_H_
3 #define XDPSOCK_H_
4
5 /* Power-of-2 number of sockets */
6 #define MAX_SOCKS 4
7
8 /* Round-robin receive */
9 #define RR_LB 0
10
11 #endif /* XDPSOCK_H_ */
This page took 0.032664 seconds and 4 git commands to generate.