xref: /kernel/linux/linux-6.6/include/net/netns/packet.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/net/netns/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Packet network namespace
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci#ifndef __NETNS_PACKET_H__
662306a36Sopenharmony_ci#define __NETNS_PACKET_H__
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#include <linux/rculist.h>
962306a36Sopenharmony_ci#include <linux/mutex.h>
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_cistruct netns_packet {
1262306a36Sopenharmony_ci	struct mutex		sklist_lock;
1362306a36Sopenharmony_ci	struct hlist_head	sklist;
1462306a36Sopenharmony_ci};
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* __NETNS_PACKET_H__ */
17

Indexes created Thu Nov 07 10:32:03 CST 2024