summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin KaFai Lau <martin.lau@kernel.org>2023-08-09 20:29:03 -0700
committerMartin KaFai Lau <martin.lau@kernel.org>2023-08-09 20:29:10 -0700
commitb734f02c887d9a02cd777ee3a74be38df341fabb (patch)
tree5188bd27455f49c34221d319c22a48351950de8c /include
parent85c2c79a07302fe68a1ad5cc449458cc559e314d (diff)
parenta4b7193d8efdfde1ea89fe34e921ad031f79f993 (diff)
downloadlwn-b734f02c887d9a02cd777ee3a74be38df341fabb.tar.gz
lwn-b734f02c887d9a02cd777ee3a74be38df341fabb.zip
Merge branch 'bug fixes for sockmap'
Xu Kuohai says: ==================== bug fixes and a new test case for sockmap. v3: fix bpf ci failure v2: https://lore.kernel.org/bpf/20230803064838.108784-1-xukuohai@huaweicloud.com add a test case v1: https://lore.kernel.org/bpf/20230728105649.3978774-1-xukuohai@huaweicloud.com https://lore.kernel.org/bpf/20230728105717.3978849-1-xukuohai@huaweicloud.com ==================== Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/skmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/skmsg.h b/include/linux/skmsg.h
index 054d7911bfc9..c1637515a8a4 100644
--- a/include/linux/skmsg.h
+++ b/include/linux/skmsg.h
@@ -62,6 +62,7 @@ struct sk_psock_progs {
enum sk_psock_state_bits {
SK_PSOCK_TX_ENABLED,
+ SK_PSOCK_RX_STRP_ENABLED,
};
struct sk_psock_link {