/* SPDX-License-Identifier: GPL-2.0 */ /* * nexthops in net namespaces */ #ifndef __NETNS_NEXTHOP_H__ #define __NETNS_NEXTHOP_H__ #include <linux/notifier.h> #include <linux/rbtree.h> struct netns_nexthop { … }; #endif
/* SPDX-License-Identifier: GPL-2.0 */ /* * nexthops in net namespaces */ #ifndef __NETNS_NEXTHOP_H__ #define __NETNS_NEXTHOP_H__ #include <linux/notifier.h> #include <linux/rbtree.h> struct netns_nexthop { … }; #endif