hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/net/netfilter/nf_tproxy.h
....@@ -17,6 +17,13 @@
1717 return false;
1818 }
1919
20
+static inline void nf_tproxy_twsk_deschedule_put(struct inet_timewait_sock *tw)
21
+{
22
+ local_bh_disable();
23
+ inet_twsk_deschedule_put(tw);
24
+ local_bh_enable();
25
+}
26
+
2027 /* assign a socket to the skb -- consumes sk */
2128 static inline void nf_tproxy_assign_sock(struct sk_buff *skb, struct sock *sk)
2229 {