On Wed, 25 Jun 2025 06:51:58 -0700 Daniel Zahka wrote:
+enum skb_drop_reason
+psp_twsk_rx_policy_check(struct inet_timewait_sock *tw, struct sk_buff *skb)
+{
+ return __psp_sk_rx_policy_check(skb, psp_twsk_assoc(tw));
+}
+EXPORT_SYMBOL_GPL(psp_twsk_rx_policy_check);
This is just for IPv6 right? Let's switch all the exports for IPv6 to
EXPORT_IPV6_MOD_GPL()
+void psp_reply_set_decrypted(struct sock *sk, struct sk_buff *skb)
And this one needs an export, too
--
pw-bot: cr