repo.or.cz
/
linux-2.6
/
btrfs-unstable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
genirq: Use rcu in kstat_irqs_usr()
[linux-2.6/btrfs-unstable.git]
/
samples
/
bpf
/
xdpsock.h
blob
533ab81adfa19678763b2f76d2d8034b17ec9242
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_ */