kernel/include/net/udp.h
.. .. @@ -268,7 +268,7 @@ 268 268 } 269 269 270 270 /* net/ipv4/udp.c */ 271 -void udp_destruct_sock(struct sock *sk);271 +void udp_destruct_common(struct sock *sk);272 272 void skb_consume_udp(struct sock *sk, struct sk_buff *skb, int len); 273 273 int __udp_enqueue_schedule_skb(struct sock *sk, struct sk_buff *skb); 274 274 void udp_skb_destructor(struct sock *sk, struct sk_buff *skb);