diff options
Diffstat (limited to 'include/linux/skmsg.h')
| -rw-r--r-- | include/linux/skmsg.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/skmsg.h b/include/linux/skmsg.h index 2cbe0c22a32f..0b9095a281b8 100644 --- a/include/linux/skmsg.h +++ b/include/linux/skmsg.h @@ -91,6 +91,8 @@ struct sk_psock {  	struct sk_psock_progs		progs;  #if IS_ENABLED(CONFIG_BPF_STREAM_PARSER)  	struct strparser		strp; +	u32				copied_seq; +	u32				ingress_bytes;  #endif  	struct sk_buff_head		ingress_skb;  	struct list_head		ingress_msg;  | 
