]> Git Repo - J-linux.git/blob - include/net/neighbour_tables.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / net / neighbour_tables.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NET_NEIGHBOUR_TABLES_H
3 #define _NET_NEIGHBOUR_TABLES_H
4
5 enum {
6         NEIGH_ARP_TABLE = 0,
7         NEIGH_ND_TABLE = 1,
8         NEIGH_NR_TABLES,
9         NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
10 };
11
12 #endif
This page took 0.026869 seconds and 4 git commands to generate.