genetlink.h 309 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __NET_GENETLINK_H
  3. #define __NET_GENETLINK_H
  4. #include <linux/wait.h>
  5. /* for synchronisation between af_netlink and genetlink */
  6. extern atomic_t genl_sk_destructing_cnt;
  7. extern wait_queue_head_t genl_sk_destructing_waitq;
  8. #endif /* __LINUX_GENERIC_NETLINK_H */