~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/tc-testing/config

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # Network
  3 #
  4 
  5 CONFIG_DUMMY=y
  6 CONFIG_VETH=y
  7 
  8 #
  9 # Core Netfilter Configuration
 10 #
 11 CONFIG_NETFILTER=y
 12 CONFIG_NETFILTER_ADVANCED=y
 13 CONFIG_NF_CONNTRACK=m
 14 CONFIG_NF_CONNTRACK_MARK=y
 15 CONFIG_NF_CONNTRACK_ZONES=y
 16 CONFIG_NF_CONNTRACK_LABELS=y
 17 CONFIG_NF_CONNTRACK_PROCFS=y
 18 CONFIG_NF_FLOW_TABLE=m
 19 CONFIG_NF_TABLES=m
 20 CONFIG_NF_NAT=m
 21 CONFIG_NETFILTER_XT_TARGET_LOG=m
 22 
 23 CONFIG_NET_SCHED=y
 24 
 25 #
 26 # Queueing/Scheduling
 27 #
 28 CONFIG_NET_SCH_CAKE=m
 29 CONFIG_NET_SCH_CBS=m
 30 CONFIG_NET_SCH_CHOKE=m
 31 CONFIG_NET_SCH_CODEL=m
 32 CONFIG_NET_SCH_DRR=m
 33 CONFIG_NET_SCH_ETF=m
 34 CONFIG_NET_SCH_FQ=m
 35 CONFIG_NET_SCH_FQ_CODEL=m
 36 CONFIG_NET_SCH_GRED=m
 37 CONFIG_NET_SCH_HFSC=m
 38 CONFIG_NET_SCH_HHF=m
 39 CONFIG_NET_SCH_HTB=m
 40 CONFIG_NET_SCH_INGRESS=m
 41 CONFIG_NET_SCH_MQPRIO=m
 42 CONFIG_NET_SCH_MULTIQ=m
 43 CONFIG_NET_SCH_NETEM=m
 44 CONFIG_NET_SCH_PIE=m
 45 CONFIG_NET_SCH_PLUG=m
 46 CONFIG_NET_SCH_PRIO=m
 47 CONFIG_NET_SCH_QFQ=m
 48 CONFIG_NET_SCH_SFB=m
 49 CONFIG_NET_SCH_SFQ=m
 50 CONFIG_NET_SCH_SKBPRIO=m
 51 CONFIG_NET_SCH_TAPRIO=m
 52 CONFIG_NET_SCH_TBF=m
 53 CONFIG_NET_SCH_TEQL=m
 54 
 55 #
 56 # Classification
 57 #
 58 CONFIG_NET_CLS=y
 59 CONFIG_NET_CLS_FW=m
 60 CONFIG_NET_CLS_U32=m
 61 CONFIG_CLS_U32_PERF=y
 62 CONFIG_CLS_U32_MARK=y
 63 CONFIG_NET_CLS_BASIC=m
 64 CONFIG_NET_CLS_BPF=m
 65 CONFIG_NET_CLS_CGROUP=m
 66 CONFIG_NET_CLS_FLOW=m
 67 CONFIG_NET_CLS_FLOWER=m
 68 CONFIG_NET_CLS_MATCHALL=m
 69 CONFIG_NET_CLS_ROUTE4=m
 70 CONFIG_NET_EMATCH=y
 71 CONFIG_NET_EMATCH_STACK=32
 72 CONFIG_NET_EMATCH_CMP=m
 73 CONFIG_NET_EMATCH_NBYTE=m
 74 CONFIG_NET_EMATCH_U32=m
 75 CONFIG_NET_EMATCH_META=m
 76 CONFIG_NET_EMATCH_TEXT=m
 77 CONFIG_NET_EMATCH_IPSET=m
 78 CONFIG_NET_EMATCH_CANID=m
 79 CONFIG_NET_EMATCH_IPT=m
 80 CONFIG_NET_CLS_ACT=y
 81 CONFIG_NET_ACT_POLICE=m
 82 CONFIG_NET_ACT_GACT=m
 83 CONFIG_GACT_PROB=y
 84 CONFIG_NET_ACT_MIRRED=m
 85 CONFIG_NET_ACT_SAMPLE=m
 86 CONFIG_NET_ACT_NAT=m
 87 CONFIG_NET_ACT_PEDIT=m
 88 CONFIG_NET_ACT_SIMP=m
 89 CONFIG_NET_ACT_SKBEDIT=m
 90 CONFIG_NET_ACT_CSUM=m
 91 CONFIG_NET_ACT_VLAN=m
 92 CONFIG_NET_ACT_BPF=m
 93 CONFIG_NET_ACT_CONNMARK=m
 94 CONFIG_NET_ACT_CTINFO=m
 95 CONFIG_NET_ACT_SKBMOD=m
 96 CONFIG_NET_ACT_IFE=m
 97 CONFIG_NET_ACT_TUNNEL_KEY=m
 98 CONFIG_NET_ACT_CT=m
 99 CONFIG_NET_ACT_MPLS=m
100 CONFIG_NET_ACT_GATE=m
101 CONFIG_NET_IFE_SKBMARK=m
102 CONFIG_NET_IFE_SKBPRIO=m
103 CONFIG_NET_IFE_SKBTCINDEX=m
104 CONFIG_NET_SCH_FIFO=y
105 CONFIG_NET_SCH_ETS=m
106 CONFIG_NET_SCH_RED=m
107 CONFIG_NET_SCH_FQ_PIE=m
108 
109 #
110 ## Network testing
111 #
112 CONFIG_CAN=m
113 CONFIG_ATM=y
114 CONFIG_NETDEVSIM=m
115 CONFIG_PTP_1588_CLOCK_MOCK=m

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php