![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef __LINUX_TC_IPT_H 0003 #define __LINUX_TC_IPT_H 0004 0005 #include <linux/pkt_cls.h> 0006 0007 enum { 0008 TCA_IPT_UNSPEC, 0009 TCA_IPT_TABLE, 0010 TCA_IPT_HOOK, 0011 TCA_IPT_INDEX, 0012 TCA_IPT_CNT, 0013 TCA_IPT_TM, 0014 TCA_IPT_TARG, 0015 TCA_IPT_PAD, 0016 __TCA_IPT_MAX 0017 }; 0018 #define TCA_IPT_MAX (__TCA_IPT_MAX - 1) 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |