repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.19.133
[linux/fpc-iii.git]
/
net
/
bpfilter
/
msgfmt.h
blob
98d121c629450379eb321056644f9cfbd6d00369
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _NET_BPFILTER_MSGFMT_H
3
#define _NET_BPFILTER_MSGFMT_H
4
5
struct
mbox_request
{
6
__u64 addr
;
7
__u32 len
;
8
__u32 is_set
;
9
__u32 cmd
;
10
__u32 pid
;
11
};
12
13
struct
mbox_reply
{
14
__u32 status
;
15
};
16
17
#endif