summaryrefslogtreecommitdiff
path: root/include/linux/skmsg.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2025-02-28 12:37:14 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2025-02-28 12:37:14 +0100
commitc432bdcf39d52cbba7487d4ebfcf735cee59481e (patch)
tree5235fe21993c9fb04cbada15ed940961068258c3 /include/linux/skmsg.h
parent36ccabe59ddacefd79b7dfa4a66359385f22eed4 (diff)
parentd082ecbc71e9e0bf49883ee4afd435a77a5101b6 (diff)
pmdomain: Merge tag 'v6.14-rc4' from Linus into next
Linux 6.14-rc4
Diffstat (limited to 'include/linux/skmsg.h')
-rw-r--r--include/linux/skmsg.h2
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;