__read_mostly 202 arch/x86/kernel/apic_32.c struct apic_ops __read_mostly *apic_ops = &xapic_ops; __read_mostly 188 arch/x86/kernel/apic_64.c struct apic_ops __read_mostly *apic_ops = &xapic_ops; __read_mostly 377 arch/x86/kernel/apm_32.c static int idle_threshold __read_mostly = DEFAULT_IDLE_THRESHOLD; __read_mostly 378 arch/x86/kernel/apm_32.c static int idle_period __read_mostly = DEFAULT_IDLE_PERIOD; __read_mostly 384 arch/x86/kernel/apm_32.c static int bounce_interval __read_mostly = DEFAULT_BOUNCE_INTERVAL; __read_mostly 386 arch/x86/kernel/apm_32.c static int debug __read_mostly; __read_mostly 387 arch/x86/kernel/apm_32.c static int smp __read_mostly; __read_mostly 839 arch/x86/kernel/apm_32.c static void (*original_pm_idle)(void) __read_mostly; __read_mostly 855 arch/x86/kernel/cpu/common.c struct x8664_pda **_cpu_pda __read_mostly; __read_mostly 696 arch/x86/kernel/cpu/perfctr-watchdog.c static struct wd_ops intel_arch_wd_ops __read_mostly = { __read_mostly 31 arch/x86/kernel/genapic_64.c struct genapic __read_mostly *genapic = &apic_flat; __read_mostly 29 arch/x86/kernel/head64.c static struct x8664_pda _boot_cpu_pda __read_mostly; __read_mostly 39 arch/x86/kernel/head64.c static struct x8664_pda *__cpu_pda[NR_CPUS] __read_mostly; __read_mostly 40 arch/x86/kernel/i387.c static unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu; __read_mostly 383 arch/x86/kernel/io_apic_32.c static int irqbalance_disabled __read_mostly = IRQBALANCE_CHECK_ARCH; __read_mostly 384 arch/x86/kernel/io_apic_32.c static int physical_balance __read_mostly; __read_mostly 385 arch/x86/kernel/io_apic_32.c static long balanced_irq_interval __read_mostly = MAX_BALANCED_IRQ_INTERVAL; __read_mostly 1171 arch/x86/kernel/io_apic_32.c static u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 }; __read_mostly 1979 arch/x86/kernel/io_apic_32.c static struct irq_chip ioapic_chip __read_mostly = { __read_mostly 2049 arch/x86/kernel/io_apic_32.c static struct irq_chip lapic_chip __read_mostly = { __read_mostly 69 arch/x86/kernel/io_apic_64.c static struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = { __read_mostly 1825 arch/x86/kernel/io_apic_64.c static struct irq_chip ioapic_chip __read_mostly = { __read_mostly 1839 arch/x86/kernel/io_apic_64.c static struct irq_chip ir_ioapic_chip __read_mostly = { __read_mostly 1905 arch/x86/kernel/io_apic_64.c static struct irq_chip lapic_chip __read_mostly = { __read_mostly 15 arch/x86/kernel/io_delay.c int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; __read_mostly 83 arch/x86/kernel/irq_32.c static union irq_ctx *hardirq_ctx[NR_CPUS] __read_mostly; __read_mostly 84 arch/x86/kernel/irq_32.c static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; __read_mostly 51 arch/x86/kernel/pci-calgary_64.c int use_calgary __read_mostly = 1; __read_mostly 53 arch/x86/kernel/pci-calgary_64.c int use_calgary __read_mostly = 0; __read_mostly 152 arch/x86/kernel/pci-calgary_64.c static int translate_empty_slots __read_mostly = 0; __read_mostly 153 arch/x86/kernel/pci-calgary_64.c static int calgary_detected __read_mostly = 0; __read_mostly 12 arch/x86/kernel/pci-dma.c static int forbid_dac __read_mostly; __read_mostly 17 arch/x86/kernel/pci-dma.c static int iommu_sac_force __read_mostly; __read_mostly 20 arch/x86/kernel/pci-dma.c int panic_on_overflow __read_mostly = 1; __read_mostly 21 arch/x86/kernel/pci-dma.c int force_iommu __read_mostly = 1; __read_mostly 23 arch/x86/kernel/pci-dma.c int panic_on_overflow __read_mostly = 0; __read_mostly 24 arch/x86/kernel/pci-dma.c int force_iommu __read_mostly = 0; __read_mostly 27 arch/x86/kernel/pci-dma.c int iommu_merge __read_mostly = 0; __read_mostly 29 arch/x86/kernel/pci-dma.c int no_iommu __read_mostly; __read_mostly 31 arch/x86/kernel/pci-dma.c int iommu_detected __read_mostly = 0; __read_mostly 35 arch/x86/kernel/pci-dma.c int iommu_bio_merge __read_mostly = 0; __read_mostly 38 arch/x86/kernel/pci-dma.c dma_addr_t bad_dma_address __read_mostly = 0; __read_mostly 12 arch/x86/kernel/pci-swiotlb_64.c int swiotlb __read_mostly; __read_mostly 161 arch/x86/kernel/setup.c struct cpuinfo_x86 boot_cpu_data __read_mostly = {0, 0, 0, 0, -1, 1, 0, 0, -1}; __read_mostly 189 arch/x86/kernel/setup.c struct cpuinfo_x86 boot_cpu_data __read_mostly; __read_mostly 593 arch/x86/kernel/setup.c static int __read_mostly memory_corruption_check = -1; __read_mostly 595 arch/x86/kernel/setup.c static unsigned __read_mostly corruption_check_size = 64*1024; __read_mostly 596 arch/x86/kernel/setup.c static unsigned __read_mostly corruption_check_period = 60; /* seconds */ __read_mostly 88 arch/x86/kernel/setup_percpu.c unsigned long __per_cpu_offset[NR_CPUS] __read_mostly; __read_mostly 105 arch/x86/kernel/smpboot.c cpumask_t cpu_online_map __read_mostly; __read_mostly 137 arch/x86/kernel/smpboot.c cpumask_t node_to_cpumask_map[MAX_NUMNODES] __read_mostly = __read_mostly 141 arch/x86/kernel/smpboot.c int cpu_to_node_map[NR_CPUS] __read_mostly = { [0 ... NR_CPUS-1] = 0 }; __read_mostly 170 arch/x86/kernel/smpboot.c u8 cpu_2_logical_apicid[NR_CPUS] __read_mostly = __read_mostly 24 arch/x86/kernel/tlb_uv.c static struct bau_control **uv_bau_table_bases __read_mostly; __read_mostly 25 arch/x86/kernel/tlb_uv.c static int uv_bau_retry_limit __read_mostly; __read_mostly 28 arch/x86/kernel/tlb_uv.c static int uv_nshift __read_mostly; __read_mostly 30 arch/x86/kernel/tlb_uv.c static unsigned long uv_mmask __read_mostly; __read_mostly 117 arch/x86/kernel/vmiclock_32.c static struct irq_chip vmi_chip __read_mostly = { __read_mostly 154 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_trap_nonpresent_pte; __read_mostly 155 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_notrap_nonpresent_pte; __read_mostly 156 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_base_present_pte; __read_mostly 157 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_nx_mask; __read_mostly 158 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */ __read_mostly 159 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_user_mask; __read_mostly 160 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_accessed_mask; __read_mostly 161 arch/x86/kvm/mmu.c static u64 __read_mostly shadow_dirty_mask; __read_mostly 52 arch/x86/kvm/x86.c static u64 __read_mostly efer_reserved_bits = 0xfffffffffffffafeULL; __read_mostly 54 arch/x86/kvm/x86.c static u64 __read_mostly efer_reserved_bits = 0xfffffffffffffffeULL; __read_mostly 21 arch/x86/lib/usercopy_32.c struct movsl_mask movsl_mask __read_mostly; __read_mostly 561 arch/x86/mm/init_32.c pteval_t __supported_pte_mask __read_mostly = ~(_PAGE_NX | _PAGE_GLOBAL | _PAGE_IOMAP); __read_mostly 92 arch/x86/mm/init_64.c pteval_t __supported_pte_mask __read_mostly = ~_PAGE_IOMAP; __read_mostly 43 arch/x86/mm/numa_32.c struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; __read_mostly 54 arch/x86/mm/numa_32.c unsigned long node_start_pfn[MAX_NUMNODES] __read_mostly; __read_mostly 55 arch/x86/mm/numa_32.c unsigned long node_end_pfn[MAX_NUMNODES] __read_mostly; __read_mostly 71 arch/x86/mm/numa_32.c s8 physnode_map[MAX_ELEMENTS] __read_mostly = { [0 ... (MAX_ELEMENTS - 1)] = -1}; __read_mostly 23 arch/x86/mm/numa_64.c struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; __read_mostly 21 arch/x86/mm/pageattr-test.c static __read_mostly int print = 1; __read_mostly 31 arch/x86/mm/pat.c int __read_mostly pat_enabled = 1; __read_mostly 61 arch/x86/mm/pat.c static u64 __read_mostly boot_pat_state; __read_mostly 57 arch/x86/vdso/vdso32-setup.c unsigned int __read_mostly vdso_enabled = VDSO_DEFAULT; __read_mostly 19 arch/x86/vdso/vma.c unsigned int __read_mostly vdso_enabled = 1; __read_mostly 250 arch/x86/xen/time.c static struct clocksource xen_clocksource __read_mostly = { __read_mostly 28 block/blktrace.c static unsigned int blktrace_seq __read_mostly = 1; __read_mostly 112 block/blktrace.c static u32 ddir_act[2] __read_mostly = { BLK_TC_ACT(BLK_TC_READ), BLK_TC_ACT(BLK_TC_WRITE) }; __read_mostly 24 fs/anon_inodes.c static struct vfsmount *anon_inode_mnt __read_mostly; __read_mostly 28 fs/bio-integrity.c static struct kmem_cache *bio_integrity_slab __read_mostly; __read_mostly 31 fs/bio.c static struct kmem_cache *bio_slab __read_mostly; __read_mostly 33 fs/bio.c static mempool_t *bio_split_pool __read_mostly; __read_mostly 42 fs/bio.c static struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly = { __read_mostly 256 fs/block_dev.c static struct kmem_cache * bdev_cachep __read_mostly; __read_mostly 329 fs/block_dev.c static struct vfsmount *bd_mnt __read_mostly; __read_mostly 38 fs/dcache.c int sysctl_vfs_cache_pressure __read_mostly = 100; __read_mostly 46 fs/dcache.c static struct kmem_cache *dentry_cache __read_mostly; __read_mostly 61 fs/dcache.c static unsigned int d_hash_mask __read_mostly; __read_mostly 62 fs/dcache.c static unsigned int d_hash_shift __read_mostly; __read_mostly 63 fs/dcache.c static struct hlist_head *dentry_hashtable __read_mostly; __read_mostly 2309 fs/dcache.c struct kmem_cache *names_cachep __read_mostly; __read_mostly 2312 fs/dcache.c struct kmem_cache *filp_cachep __read_mostly; __read_mostly 41 fs/dcookies.c static struct kmem_cache *dcookie_cache __read_mostly; __read_mostly 42 fs/dcookies.c static struct list_head *dcookie_hashtable __read_mostly; __read_mostly 43 fs/dcookies.c static size_t hash_size __read_mostly; __read_mostly 25 fs/dnotify.c int dir_notify_enable __read_mostly = 1; __read_mostly 27 fs/dnotify.c static struct kmem_cache *dn_cache __read_mostly; __read_mostly 238 fs/eventpoll.c static struct kmem_cache *epi_cache __read_mostly; __read_mostly 241 fs/eventpoll.c static struct kmem_cache *pwq_cache __read_mostly; __read_mostly 500 fs/fcntl.c static struct kmem_cache *fasync_cache __read_mostly; __read_mostly 29 fs/file.c int sysctl_nr_open __read_mostly = 1024*1024; __read_mostly 24 fs/gfs2/util.c struct kmem_cache *gfs2_glock_cachep __read_mostly; __read_mostly 25 fs/gfs2/util.c struct kmem_cache *gfs2_inode_cachep __read_mostly; __read_mostly 26 fs/gfs2/util.c struct kmem_cache *gfs2_bufdata_cachep __read_mostly; __read_mostly 27 fs/gfs2/util.c struct kmem_cache *gfs2_rgrpd_cachep __read_mostly; __read_mostly 58 fs/inode.c static unsigned int i_hash_mask __read_mostly; __read_mostly 59 fs/inode.c static unsigned int i_hash_shift __read_mostly; __read_mostly 75 fs/inode.c static struct hlist_head *inode_hashtable __read_mostly; __read_mostly 100 fs/inode.c static struct kmem_cache * inode_cachep __read_mostly; __read_mostly 38 fs/inotify_user.c static struct kmem_cache *watch_cachep __read_mostly; __read_mostly 39 fs/inotify_user.c static struct kmem_cache *event_cachep __read_mostly; __read_mostly 41 fs/inotify_user.c static struct vfsmount *inotify_mnt __read_mostly; __read_mostly 44 fs/inotify_user.c static int inotify_max_user_instances __read_mostly; __read_mostly 45 fs/inotify_user.c static int inotify_max_user_watches __read_mostly; __read_mostly 46 fs/inotify_user.c static int inotify_max_queued_events __read_mostly; __read_mostly 1860 fs/jbd/journal.c u8 journal_enable_debug __read_mostly; __read_mostly 2274 fs/jbd2/journal.c u8 jbd2_journal_enable_debug __read_mostly; __read_mostly 146 fs/locks.c static struct kmem_cache *filelock_cache __read_mostly; __read_mostly 45 fs/namespace.c static struct list_head *mount_hashtable __read_mostly; __read_mostly 46 fs/namespace.c static struct kmem_cache *mnt_cache __read_mostly; __read_mostly 854 fs/pipe.c static struct vfsmount *pipe_mnt __read_mostly; __read_mostly 15 include/linux/cache.h #ifndef __read_mostly __read_mostly 35 include/linux/profile.h extern int prof_on __read_mostly; __read_mostly 100 include/linux/time.h extern int no_sync_cmos_clock __read_mostly; __read_mostly 193 include/net/sctp/sctp.h extern struct kmem_cache *sctp_chunk_cachep __read_mostly; __read_mostly 194 include/net/sctp/sctp.h extern struct kmem_cache *sctp_bucket_cachep __read_mostly; __read_mostly 318 init/main.c int __read_mostly debug_pagealloc_enabled = 0; __read_mostly 368 init/main.c cpumask_t cpu_mask_all __read_mostly = CPU_MASK_ALL; __read_mostly 373 init/main.c int nr_cpu_ids __read_mostly = NR_CPUS; __read_mostly 388 init/main.c unsigned long __per_cpu_offset[NR_CPUS] __read_mostly; __read_mostly 118 kernel/cgroup.c static int need_forkexit_callback __read_mostly; __read_mostly 119 kernel/cgroup.c static int need_mm_owner_callback __read_mostly; __read_mostly 220 kernel/cgroup.c static int use_task_css_set_links __read_mostly; __read_mostly 24 kernel/cpu.c cpumask_t cpu_present_map __read_mostly; __read_mostly 32 kernel/cpu.c cpumask_t cpu_online_map __read_mostly = CPU_MASK_ALL; __read_mostly 35 kernel/cpu.c cpumask_t cpu_possible_map __read_mostly = CPU_MASK_ALL; __read_mostly 67 kernel/cpuset.c int number_of_cpusets __read_mostly; __read_mostly 2349 kernel/cpuset.c int cpuset_memory_pressure_enabled __read_mostly; __read_mostly 22 kernel/delayacct.c int delayacct_on __read_mostly = 1; /* Delay accounting turned on/off */ __read_mostly 1339 kernel/fork.c static int __read_mostly count = 100; __read_mostly 63 kernel/futex.c int __read_mostly futex_cmpxchg_enabled; __read_mostly 467 kernel/hrtimer.c static int hrtimer_hres_enabled __read_mostly = 1; __read_mostly 16 kernel/irq/spurious.c static int irqfixup __read_mostly; __read_mostly 219 kernel/irq/spurious.c int noirqdebug __read_mostly; __read_mostly 444 kernel/printk.c static int __read_mostly ignore_loglevel; __read_mostly 38 kernel/profile.c static int (*timer_hook)(struct pt_regs *) __read_mostly; __read_mostly 43 kernel/profile.c int prof_on __read_mostly; __read_mostly 167 kernel/rcupreempt.c static cpumask_t rcu_cpu_online_map __read_mostly = CPU_MASK_NONE; __read_mostly 650 kernel/sched.c # define const_debug __read_mostly __read_mostly 699 kernel/sched.c static __read_mostly char *sched_feat_names[] = { __read_mostly 826 kernel/sched.c static __read_mostly int scheduler_running; __read_mostly 43 kernel/sched_clock.c static __read_mostly int sched_clock_running; __read_mostly 62 kernel/sched_fair.c unsigned int __read_mostly sysctl_sched_compat_yield; __read_mostly 28 kernel/softlockup.c static int __read_mostly did_panic; __read_mostly 29 kernel/softlockup.c int __read_mostly softlockup_thresh = 60; __read_mostly 35 kernel/softlockup.c unsigned int __read_mostly softlockup_panic = __read_mostly 162 kernel/softlockup.c unsigned long __read_mostly sysctl_hung_task_check_count = 1024; __read_mostly 167 kernel/softlockup.c unsigned long __read_mostly sysctl_hung_task_timeout_secs = 120; __read_mostly 169 kernel/softlockup.c unsigned long __read_mostly sysctl_hung_task_warnings = 10; __read_mostly 174 kernel/softlockup.c static int check_cpu __read_mostly = -1; __read_mostly 50 kernel/taskstats.c __read_mostly = { __read_mostly 57 kernel/taskstats.c cgroupstats_cmd_get_policy[CGROUPSTATS_CMD_ATTR_MAX+1] __read_mostly = { __read_mostly 219 kernel/time/ntp.c int no_sync_cmos_clock __read_mostly; __read_mostly 36 kernel/time/tick-common.c int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT; __read_mostly 12 kernel/time/tick-internal.h extern int tick_do_timer_cpu __read_mostly; __read_mostly 109 kernel/time/tick-sched.c static int tick_nohz_enabled __read_mostly = 1; __read_mostly 99 kernel/time/timer_stats.c static int __read_mostly active; __read_mostly 136 kernel/time/timer_stats.c static struct entry *tstat_hash_table[TSTAT_HASH_SIZE] __read_mostly; __read_mostly 36 kernel/trace/ftrace.c int ftrace_enabled __read_mostly; __read_mostly 43 kernel/trace/ftrace.c static int ftrace_disabled __read_mostly; __read_mostly 48 kernel/trace/ftrace.c static struct ftrace_ops ftrace_list_end __read_mostly = __read_mostly 53 kernel/trace/ftrace.c static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end; __read_mostly 54 kernel/trace/ftrace.c ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub; __read_mostly 37 kernel/trace/trace.c unsigned long __read_mostly tracing_max_latency = (cycle_t)ULONG_MAX; __read_mostly 38 kernel/trace/trace.c unsigned long __read_mostly tracing_thresh; __read_mostly 40 kernel/trace/trace.c static unsigned long __read_mostly tracing_nr_buffers; __read_mostly 41 kernel/trace/trace.c static cpumask_t __read_mostly tracing_buffer_mask; __read_mostly 110 kernel/trace/trace.c static struct tracer *trace_types __read_mostly; __read_mostly 113 kernel/trace/trace.c static struct tracer *current_trace __read_mostly; __read_mostly 148 kernel/trace/trace.c static struct tracer no_tracer __read_mostly = { __read_mostly 673 kernel/trace/trace.c atomic_t trace_record_cmdline_disabled __read_mostly; __read_mostly 1052 kernel/trace/trace.c static struct ftrace_ops trace_ops __read_mostly = __read_mostly 65 kernel/trace/trace_functions.c static struct tracer function_trace __read_mostly = __read_mostly 21 kernel/trace/trace_irqsoff.c static struct trace_array *irqsoff_trace __read_mostly; __read_mostly 22 kernel/trace/trace_irqsoff.c static int tracer_enabled __read_mostly; __read_mostly 33 kernel/trace/trace_irqsoff.c static int trace_type __read_mostly; __read_mostly 103 kernel/trace/trace_irqsoff.c static struct ftrace_ops trace_ops __read_mostly = __read_mostly 409 kernel/trace/trace_irqsoff.c static struct tracer irqsoff_tracer __read_mostly = __read_mostly 435 kernel/trace/trace_irqsoff.c static struct tracer preemptoff_tracer __read_mostly = __read_mostly 463 kernel/trace/trace_irqsoff.c static struct tracer preemptirqsoff_tracer __read_mostly = __read_mostly 261 kernel/trace/trace_mmiotrace.c static struct tracer mmio_tracer __read_mostly = __read_mostly 18 kernel/trace/trace_sched_switch.c static int __read_mostly tracer_enabled; __read_mostly 263 kernel/trace/trace_sched_switch.c static struct tracer sched_switch_trace __read_mostly = __read_mostly 23 kernel/trace/trace_sched_wakeup.c static int __read_mostly tracer_enabled; __read_mostly 93 kernel/trace/trace_sched_wakeup.c static struct ftrace_ops trace_ops __read_mostly = __read_mostly 429 kernel/trace/trace_sched_wakeup.c static struct tracer wakeup_tracer __read_mostly = __read_mostly 22 kernel/trace/trace_sysprof.c static int __read_mostly tracer_enabled; __read_mostly 287 kernel/trace/trace_sysprof.c static struct tracer stack_trace __read_mostly = __read_mostly 74 kernel/workqueue.c static int singlethread_cpu __read_mostly; __read_mostly 75 kernel/workqueue.c static cpumask_t cpu_singlethread_map __read_mostly; __read_mostly 83 kernel/workqueue.c static cpumask_t cpu_populated_map __read_mostly; __read_mostly 611 kernel/workqueue.c static struct workqueue_struct *keventd_wq __read_mostly; __read_mostly 45 lib/debugobjects.c static int debug_objects_maxchain __read_mostly; __read_mostly 46 lib/debugobjects.c static int debug_objects_fixups __read_mostly; __read_mostly 47 lib/debugobjects.c static int debug_objects_warnings __read_mostly; __read_mostly 48 lib/debugobjects.c static int debug_objects_enabled __read_mostly; __read_mostly 49 lib/debugobjects.c static struct debug_obj_descr *descr_test __read_mostly; __read_mostly 70 lib/radix-tree.c static unsigned long height_to_maxindex[RADIX_TREE_MAX_PATH + 1] __read_mostly; __read_mostly 42 mm/highmem.c unsigned long totalhigh_pages __read_mostly; __read_mostly 38 mm/memcontrol.c struct cgroup_subsys mem_cgroup_subsys __read_mostly; __read_mostly 39 mm/memcontrol.c static struct kmem_cache *page_cgroup_cache __read_mostly; __read_mostly 95 mm/memory.c int randomize_va_space __read_mostly = __read_mostly 86 mm/mmap.c int sysctl_max_map_count __read_mostly = DEFAULT_MAX_MAP_COUNT; __read_mostly 57 mm/page_alloc.c nodemask_t node_states[NR_NODE_STATES] __read_mostly = { __read_mostly 70 mm/page_alloc.c unsigned long totalram_pages __read_mostly; __read_mostly 71 mm/page_alloc.c unsigned long totalreserve_pages __read_mostly; __read_mostly 76 mm/page_alloc.c int pageblock_order __read_mostly; __read_mostly 166 mm/page_alloc.c int nr_node_ids __read_mostly = MAX_NUMNODES; __read_mostly 170 mm/page_alloc.c int page_group_by_mobility_disabled __read_mostly; __read_mostly 200 mm/shmem.c static struct backing_dev_info shmem_backing_dev_info __read_mostly = { __read_mostly 882 mm/slab.c static int use_alien_caches __read_mostly = 1; __read_mostly 883 mm/slab.c static int numa_platform __read_mostly = 1; __read_mostly 637 mm/slob.c static unsigned int slob_ready __read_mostly; __read_mostly 827 mm/vmstat.c int sysctl_stat_interval __read_mostly = HZ; __read_mostly 22 net/802/garp.c static unsigned int garp_join_time __read_mostly = 200; __read_mostly 23 net/802/stp.c static const struct stp_proto *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly; __read_mostly 24 net/802/stp.c static const struct stp_proto *stp_proto __read_mostly; __read_mostly 26 net/802/stp.c static struct llc_sap *sap __read_mostly; __read_mostly 532 net/8021q/vlan.c static struct notifier_block vlan_notifier_block __read_mostly = { __read_mostly 24 net/8021q/vlan_gvrp.c static struct garp_application vlan_gvrp_app __read_mostly = { __read_mostly 214 net/8021q/vlan_netlink.c struct rtnl_link_ops vlan_link_ops __read_mostly = { __read_mostly 27 net/bridge/br_fdb.c static struct kmem_cache *br_fdb_cache __read_mostly; __read_mostly 31 net/bridge/br_fdb.c static u32 fdb_salt __read_mostly; __read_mostly 58 net/bridge/br_netfilter.c static int brnf_call_iptables __read_mostly = 1; __read_mostly 59 net/bridge/br_netfilter.c static int brnf_call_ip6tables __read_mostly = 1; __read_mostly 60 net/bridge/br_netfilter.c static int brnf_call_arptables __read_mostly = 1; __read_mostly 61 net/bridge/br_netfilter.c static int brnf_filter_vlan_tagged __read_mostly = 1; __read_mostly 62 net/bridge/br_netfilter.c static int brnf_filter_pppoe_tagged __read_mostly = 1; __read_mostly 878 net/bridge/br_netfilter.c static struct nf_hook_ops br_nf_ops[] __read_mostly = { __read_mostly 49 net/bridge/netfilter/ebt_802_3.c static struct xt_match ebt_802_3_mt_reg __read_mostly = { __read_mostly 209 net/bridge/netfilter/ebt_among.c static struct xt_match ebt_among_mt_reg __read_mostly = { __read_mostly 117 net/bridge/netfilter/ebt_arp.c static struct xt_match ebt_arp_mt_reg __read_mostly = { __read_mostly 73 net/bridge/netfilter/ebt_arpreply.c static struct xt_target ebt_arpreply_tg_reg __read_mostly = { __read_mostly 49 net/bridge/netfilter/ebt_dnat.c static struct xt_target ebt_dnat_tg_reg __read_mostly = { __read_mostly 107 net/bridge/netfilter/ebt_ip.c static struct xt_match ebt_ip_mt_reg __read_mostly = { __read_mostly 119 net/bridge/netfilter/ebt_ip6.c static struct xt_match ebt_ip6_mt_reg __read_mostly = { __read_mostly 87 net/bridge/netfilter/ebt_limit.c static struct xt_match ebt_limit_mt_reg __read_mostly = { __read_mostly 213 net/bridge/netfilter/ebt_log.c static struct xt_target ebt_log_tg_reg __read_mostly = { __read_mostly 56 net/bridge/netfilter/ebt_mark.c static struct xt_target ebt_mark_tg_reg __read_mostly = { __read_mostly 38 net/bridge/netfilter/ebt_mark_m.c static struct xt_match ebt_mark_mt_reg __read_mostly = { __read_mostly 48 net/bridge/netfilter/ebt_nflog.c static struct xt_target ebt_nflog_tg_reg __read_mostly = { __read_mostly 33 net/bridge/netfilter/ebt_pkttype.c static struct xt_match ebt_pkttype_mt_reg __read_mostly = { __read_mostly 54 net/bridge/netfilter/ebt_redirect.c static struct xt_target ebt_redirect_tg_reg __read_mostly = { __read_mostly 62 net/bridge/netfilter/ebt_snat.c static struct xt_target ebt_snat_tg_reg __read_mostly = { __read_mostly 174 net/bridge/netfilter/ebt_stp.c static struct xt_match ebt_stp_mt_reg __read_mostly = { __read_mostly 272 net/bridge/netfilter/ebt_ulog.c static struct xt_target ebt_ulog_tg_reg __read_mostly = { __read_mostly 160 net/bridge/netfilter/ebt_vlan.c static struct xt_match ebt_vlan_mt_reg __read_mostly = { __read_mostly 70 net/bridge/netfilter/ebtable_filter.c static struct nf_hook_ops ebt_ops_filter[] __read_mostly = { __read_mostly 77 net/bridge/netfilter/ebtable_nat.c static struct nf_hook_ops ebt_ops_nat[] __read_mostly = { __read_mostly 76 net/can/af_can.c static int stats_timer __read_mostly = 1; __read_mostly 84 net/can/af_can.c static struct kmem_cache *rcv_cache __read_mostly; __read_mostly 87 net/can/af_can.c static struct can_proto *proto_tab[CAN_NPROTO] __read_mostly; __read_mostly 793 net/can/af_can.c static struct packet_type can_packet __read_mostly = { __read_mostly 799 net/can/af_can.c static struct net_proto_family can_family_ops __read_mostly = { __read_mostly 806 net/can/af_can.c static struct notifier_block can_netdev_notifier __read_mostly = { __read_mostly 1514 net/can/bcm.c static struct proto_ops bcm_ops __read_mostly = { __read_mostly 1534 net/can/bcm.c static struct proto bcm_proto __read_mostly = { __read_mostly 1541 net/can/bcm.c static struct can_proto bcm_can_proto __read_mostly = { __read_mostly 706 net/can/raw.c static struct proto_ops raw_ops __read_mostly = { __read_mostly 726 net/can/raw.c static struct proto raw_proto __read_mostly = { __read_mostly 733 net/can/raw.c static struct can_proto raw_can_proto __read_mostly = { __read_mostly 165 net/core/dev.c static struct list_head ptype_base[PTYPE_HASH_SIZE] __read_mostly; __read_mostly 166 net/core/dev.c static struct list_head ptype_all __read_mostly; /* Taps */ __read_mostly 1907 net/core/dev.c int netdev_max_backlog __read_mostly = 1000; __read_mostly 1908 net/core/dev.c int netdev_budget __read_mostly = 300; __read_mostly 1909 net/core/dev.c int weight_p __read_mostly = 64; /* old backlog weight */ __read_mostly 2052 net/core/dev.c void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent) __read_mostly; __read_mostly 2059 net/core/dev.c struct sk_buff *skb) __read_mostly; __read_mostly 2082 net/core/dev.c struct sk_buff *(*macvlan_handle_frame_hook)(struct sk_buff *skb) __read_mostly; __read_mostly 46 net/core/flow.c static struct kmem_cache *flow_cachep __read_mostly; __read_mostly 2564 net/core/neighbour.c } neigh_sysctl_template __read_mostly = { __read_mostly 70 net/core/skbuff.c static struct kmem_cache *skbuff_head_cache __read_mostly; __read_mostly 71 net/core/skbuff.c static struct kmem_cache *skbuff_fclone_cache __read_mostly; __read_mostly 209 net/core/sock.c __u32 sysctl_wmem_max __read_mostly = SK_WMEM_MAX; __read_mostly 210 net/core/sock.c __u32 sysctl_rmem_max __read_mostly = SK_RMEM_MAX; __read_mostly 211 net/core/sock.c __u32 sysctl_wmem_default __read_mostly = SK_WMEM_MAX; __read_mostly 212 net/core/sock.c __u32 sysctl_rmem_default __read_mostly = SK_RMEM_MAX; __read_mostly 215 net/core/sock.c int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512); __read_mostly 229 net/core/sock.c static int warned __read_mostly; __read_mostly 34 net/core/utils.c int net_msg_warn __read_mostly = 1; __read_mostly 17 net/dccp/ccids/lib/loss_interval.c static struct kmem_cache *tfrc_lh_slab __read_mostly; __read_mostly 23 net/dccp/input.c int sysctl_dccp_sync_ratelimit __read_mostly = HZ / 8; __read_mostly 551 net/dccp/ipv4.c static struct request_sock_ops dccp_request_sock_ops __read_mostly = { __read_mostly 56 net/dccp/proto.c int sysctl_dccp_tx_qlen __read_mostly = 5; __read_mostly 19 net/dccp/timer.c int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; __read_mostly 20 net/dccp/timer.c int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; __read_mostly 21 net/dccp/timer.c int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; __read_mostly 83 net/decnet/dn_table.c static struct kmem_cache *dn_hash_kmem __read_mostly; __read_mostly 118 net/decnet/netfilter/dn_rtmsg.c static struct nf_hook_ops dnrmg_ops __read_mostly = { __read_mostly 223 net/ipv4/af_inet.c u32 inet_ehash_secret __read_mostly; __read_mostly 441 net/ipv4/af_inet.c int sysctl_ip_nonlocal_bind __read_mostly; __read_mostly 1042 net/ipv4/af_inet.c int sysctl_ip_dynaddr __read_mostly; __read_mostly 46 net/ipv4/fib_hash.c static struct kmem_cache *fn_hash_kmem __read_mostly; __read_mostly 47 net/ipv4/fib_hash.c static struct kmem_cache *fn_alias_kmem __read_mostly; __read_mostly 165 net/ipv4/fib_trie.c static struct kmem_cache *fn_alias_kmem __read_mostly; __read_mostly 166 net/ipv4/fib_trie.c static struct kmem_cache *trie_leaf_kmem __read_mostly; __read_mostly 1420 net/ipv4/igmp.c int sysctl_igmp_max_memberships __read_mostly = IP_MAX_MEMBERSHIPS; __read_mostly 1421 net/ipv4/igmp.c int sysctl_igmp_max_msf __read_mostly = IP_MAX_MSF; __read_mostly 35 net/ipv4/inet_connection_sock.c struct local_ports sysctl_local_ports __read_mostly = { __read_mostly 73 net/ipv4/inetpeer.c static struct kmem_cache *peer_cachep __read_mostly; __read_mostly 88 net/ipv4/inetpeer.c int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more __read_mostly 90 net/ipv4/inetpeer.c int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ __read_mostly 91 net/ipv4/inetpeer.c int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ __read_mostly 92 net/ipv4/inetpeer.c int inet_peer_gc_mintime __read_mostly = 10 * HZ; __read_mostly 93 net/ipv4/inetpeer.c int inet_peer_gc_maxtime __read_mostly = 120 * HZ; __read_mostly 51 net/ipv4/ip_fragment.c static int sysctl_ipfrag_max_dist __read_mostly = 64; __read_mostly 122 net/ipv4/ip_gre.c static struct rtnl_link_ops ipgre_link_ops __read_mostly; __read_mostly 1569 net/ipv4/ip_gre.c static struct rtnl_link_ops ipgre_link_ops __read_mostly = { __read_mostly 1582 net/ipv4/ip_gre.c static struct rtnl_link_ops ipgre_tap_ops __read_mostly = { __read_mostly 83 net/ipv4/ip_output.c int sysctl_ip_default_ttl __read_mostly = IPDEFTTL; __read_mostly 107 net/ipv4/ipmr.c static struct kmem_cache *mrt_cachep __read_mostly; __read_mostly 1795 net/ipv4/netfilter/arp_tables.c static struct xt_target arpt_standard_target __read_mostly = { __read_mostly 1806 net/ipv4/netfilter/arp_tables.c static struct xt_target arpt_error_target __read_mostly = { __read_mostly 71 net/ipv4/netfilter/arpt_mangle.c static struct xt_target arpt_mangle_reg __read_mostly = { __read_mostly 88 net/ipv4/netfilter/arptable_filter.c static struct nf_hook_ops arpt_ops[] __read_mostly = { __read_mostly 41 net/ipv4/netfilter/ip_queue.c static unsigned char copy_mode __read_mostly = IPQ_COPY_NONE; __read_mostly 42 net/ipv4/netfilter/ip_queue.c static unsigned int queue_maxlen __read_mostly = IPQ_QMAX_DEFAULT; __read_mostly 44 net/ipv4/netfilter/ip_queue.c static int peer_pid __read_mostly; __read_mostly 45 net/ipv4/netfilter/ip_queue.c static unsigned int copy_range __read_mostly; __read_mostly 49 net/ipv4/netfilter/ip_queue.c static struct sock *ipqnl __read_mostly; __read_mostly 2172 net/ipv4/netfilter/ip_tables.c static struct xt_target ipt_standard_target __read_mostly = { __read_mostly 2183 net/ipv4/netfilter/ip_tables.c static struct xt_target ipt_error_target __read_mostly = { __read_mostly 2207 net/ipv4/netfilter/ip_tables.c static struct xt_match icmp_matchstruct __read_mostly = { __read_mostly 441 net/ipv4/netfilter/ipt_CLUSTERIP.c static struct xt_target clusterip_tg_reg __read_mostly = { __read_mostly 542 net/ipv4/netfilter/ipt_CLUSTERIP.c static struct nf_hook_ops cip_arp_ops __read_mostly = { __read_mostly 120 net/ipv4/netfilter/ipt_ECN.c static struct xt_target ecn_tg_reg __read_mostly = { __read_mostly 459 net/ipv4/netfilter/ipt_LOG.c static struct xt_target log_tg_reg __read_mostly = { __read_mostly 148 net/ipv4/netfilter/ipt_MASQUERADE.c static struct xt_target masquerade_tg_reg __read_mostly = { __read_mostly 72 net/ipv4/netfilter/ipt_NETMAP.c static struct xt_target netmap_tg_reg __read_mostly = { __read_mostly 88 net/ipv4/netfilter/ipt_REDIRECT.c static struct xt_target redirect_tg_reg __read_mostly = { __read_mostly 197 net/ipv4/netfilter/ipt_REJECT.c static struct xt_target reject_tg_reg __read_mostly = { __read_mostly 76 net/ipv4/netfilter/ipt_TTL.c static struct xt_target ttl_tg_reg __read_mostly = { __read_mostly 368 net/ipv4/netfilter/ipt_ULOG.c static struct xt_target ulog_tg_reg __read_mostly = { __read_mostly 101 net/ipv4/netfilter/ipt_addrtype.c static struct xt_match addrtype_mt_reg[] __read_mostly = { __read_mostly 76 net/ipv4/netfilter/ipt_ah.c static struct xt_match ah_mt_reg __read_mostly = { __read_mostly 109 net/ipv4/netfilter/ipt_ecn.c static struct xt_match ecn_mt_reg __read_mostly = { __read_mostly 44 net/ipv4/netfilter/ipt_ttl.c static struct xt_match ttl_mt_reg __read_mostly = { __read_mostly 107 net/ipv4/netfilter/iptable_filter.c static struct nf_hook_ops ipt_ops[] __read_mostly = { __read_mostly 166 net/ipv4/netfilter/iptable_mangle.c static struct nf_hook_ops ipt_ops[] __read_mostly = { __read_mostly 79 net/ipv4/netfilter/iptable_raw.c static struct nf_hook_ops ipt_ops[] __read_mostly = { __read_mostly 109 net/ipv4/netfilter/iptable_security.c static struct nf_hook_ops ipt_ops[] __read_mostly = { __read_mostly 159 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c static struct nf_hook_ops ipv4_conntrack_ops[] __read_mostly = { __read_mostly 343 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4 __read_mostly = { __read_mostly 23 net/ipv4/netfilter/nf_conntrack_proto_icmp.c static unsigned long nf_ct_icmp_timeout __read_mostly = 30*HZ; __read_mostly 297 net/ipv4/netfilter/nf_conntrack_proto_icmp.c struct nf_conntrack_l4proto nf_conntrack_l4proto_icmp __read_mostly = __read_mostly 36 net/ipv4/netfilter/nf_nat_core.c static struct nf_conntrack_l3proto *l3proto __read_mostly; __read_mostly 39 net/ipv4/netfilter/nf_nat_core.c static unsigned int nf_nat_htable_size __read_mostly; __read_mostly 43 net/ipv4/netfilter/nf_nat_core.c __read_mostly; __read_mostly 578 net/ipv4/netfilter/nf_nat_core.c static struct nf_ct_ext_type nat_extend __read_mostly = { __read_mostly 193 net/ipv4/netfilter/nf_nat_rule.c static struct xt_target ipt_snat_reg __read_mostly = { __read_mostly 203 net/ipv4/netfilter/nf_nat_rule.c static struct xt_target ipt_dnat_reg __read_mostly = { __read_mostly 1289 net/ipv4/netfilter/nf_nat_snmp_basic.c static struct nf_conntrack_helper snmp_helper __read_mostly = { __read_mostly 1299 net/ipv4/netfilter/nf_nat_snmp_basic.c static struct nf_conntrack_helper snmp_trap_helper __read_mostly = { __read_mostly 250 net/ipv4/netfilter/nf_nat_standalone.c static struct nf_hook_ops nf_nat_ops[] __read_mostly = { __read_mostly 119 net/ipv4/route.c static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; __read_mostly 120 net/ipv4/route.c static int ip_rt_gc_interval __read_mostly = 60 * HZ; __read_mostly 121 net/ipv4/route.c static int ip_rt_gc_min_interval __read_mostly = HZ / 2; __read_mostly 122 net/ipv4/route.c static int ip_rt_redirect_number __read_mostly = 9; __read_mostly 123 net/ipv4/route.c static int ip_rt_redirect_load __read_mostly = HZ / 50; __read_mostly 124 net/ipv4/route.c static int ip_rt_redirect_silence __read_mostly = ((HZ / 50) << (9 + 1)); __read_mostly 125 net/ipv4/route.c static int ip_rt_error_cost __read_mostly = HZ; __read_mostly 126 net/ipv4/route.c static int ip_rt_error_burst __read_mostly = 5 * HZ; __read_mostly 127 net/ipv4/route.c static int ip_rt_gc_elasticity __read_mostly = 8; __read_mostly 128 net/ipv4/route.c static int ip_rt_mtu_expires __read_mostly = 10 * 60 * HZ; __read_mostly 129 net/ipv4/route.c static int ip_rt_min_pmtu __read_mostly = 512 + 20 + 20; __read_mostly 130 net/ipv4/route.c static int ip_rt_min_advmss __read_mostly = 256; __read_mostly 131 net/ipv4/route.c static int ip_rt_secret_interval __read_mostly = 10 * 60 * HZ; __read_mostly 250 net/ipv4/route.c static struct rt_hash_bucket *rt_hash_table __read_mostly; __read_mostly 251 net/ipv4/route.c static unsigned rt_hash_mask __read_mostly; __read_mostly 252 net/ipv4/route.c static unsigned int rt_hash_log __read_mostly; __read_mostly 3240 net/ipv4/route.c struct ip_rt_acct *ip_rt_acct __read_mostly; __read_mostly 278 net/ipv4/tcp.c int sysctl_tcp_fin_timeout __read_mostly = TCP_FIN_TIMEOUT; __read_mostly 284 net/ipv4/tcp.c int sysctl_tcp_mem[3] __read_mostly; __read_mostly 285 net/ipv4/tcp.c int sysctl_tcp_wmem[3] __read_mostly; __read_mostly 286 net/ipv4/tcp.c int sysctl_tcp_rmem[3] __read_mostly; __read_mostly 313 net/ipv4/tcp.c int tcp_memory_pressure __read_mostly; __read_mostly 26 net/ipv4/tcp_cubic.c static int fast_convergence __read_mostly = 1; __read_mostly 27 net/ipv4/tcp_cubic.c static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ __read_mostly 28 net/ipv4/tcp_cubic.c static int initial_ssthresh __read_mostly; __read_mostly 29 net/ipv4/tcp_cubic.c static int bic_scale __read_mostly = 41; __read_mostly 30 net/ipv4/tcp_cubic.c static int tcp_friendliness __read_mostly = 1; __read_mostly 32 net/ipv4/tcp_cubic.c static u32 cube_rtt_scale __read_mostly; __read_mostly 33 net/ipv4/tcp_cubic.c static u32 beta_scale __read_mostly; __read_mostly 34 net/ipv4/tcp_cubic.c static u64 cube_factor __read_mostly; __read_mostly 17 net/ipv4/tcp_htcp.c static int use_rtt_scaling __read_mostly = 1; __read_mostly 21 net/ipv4/tcp_htcp.c static int use_bandwidth_switch __read_mostly = 1; __read_mostly 35 net/ipv4/tcp_illinois.c static int win_thresh __read_mostly = 15; __read_mostly 39 net/ipv4/tcp_illinois.c static int theta __read_mostly = 5; __read_mostly 74 net/ipv4/tcp_input.c int sysctl_tcp_timestamps __read_mostly = 1; __read_mostly 75 net/ipv4/tcp_input.c int sysctl_tcp_window_scaling __read_mostly = 1; __read_mostly 76 net/ipv4/tcp_input.c int sysctl_tcp_sack __read_mostly = 1; __read_mostly 77 net/ipv4/tcp_input.c int sysctl_tcp_fack __read_mostly = 1; __read_mostly 78 net/ipv4/tcp_input.c int sysctl_tcp_reordering __read_mostly = TCP_FASTRETRANS_THRESH; __read_mostly 79 net/ipv4/tcp_input.c int sysctl_tcp_ecn __read_mostly; __read_mostly 80 net/ipv4/tcp_input.c int sysctl_tcp_dsack __read_mostly = 1; __read_mostly 81 net/ipv4/tcp_input.c int sysctl_tcp_app_win __read_mostly = 31; __read_mostly 82 net/ipv4/tcp_input.c int sysctl_tcp_adv_win_scale __read_mostly = 2; __read_mostly 84 net/ipv4/tcp_input.c int sysctl_tcp_stdurg __read_mostly; __read_mostly 85 net/ipv4/tcp_input.c int sysctl_tcp_rfc1337 __read_mostly; __read_mostly 86 net/ipv4/tcp_input.c int sysctl_tcp_max_orphans __read_mostly = NR_FILE; __read_mostly 87 net/ipv4/tcp_input.c int sysctl_tcp_frto __read_mostly = 2; __read_mostly 88 net/ipv4/tcp_input.c int sysctl_tcp_frto_response __read_mostly; __read_mostly 89 net/ipv4/tcp_input.c int sysctl_tcp_nometrics_save __read_mostly; __read_mostly 91 net/ipv4/tcp_input.c int sysctl_tcp_moderate_rcvbuf __read_mostly = 1; __read_mostly 92 net/ipv4/tcp_input.c int sysctl_tcp_abc __read_mostly; __read_mostly 83 net/ipv4/tcp_ipv4.c int sysctl_tcp_tw_reuse __read_mostly; __read_mostly 84 net/ipv4/tcp_ipv4.c int sysctl_tcp_low_latency __read_mostly; __read_mostly 1155 net/ipv4/tcp_ipv4.c struct request_sock_ops tcp_request_sock_ops __read_mostly = { __read_mostly 35 net/ipv4/tcp_minisocks.c int sysctl_tcp_syncookies __read_mostly = SYNC_INIT; __read_mostly 38 net/ipv4/tcp_minisocks.c int sysctl_tcp_abort_on_overflow __read_mostly; __read_mostly 43 net/ipv4/tcp_output.c int sysctl_tcp_retrans_collapse __read_mostly = 1; __read_mostly 48 net/ipv4/tcp_output.c int sysctl_tcp_workaround_signed_windows __read_mostly = 0; __read_mostly 54 net/ipv4/tcp_output.c int sysctl_tcp_tso_win_divisor __read_mostly = 3; __read_mostly 56 net/ipv4/tcp_output.c int sysctl_tcp_mtu_probing __read_mostly = 0; __read_mostly 57 net/ipv4/tcp_output.c int sysctl_tcp_base_mss __read_mostly = 512; __read_mostly 60 net/ipv4/tcp_output.c int sysctl_tcp_slow_start_after_idle __read_mostly = 1; __read_mostly 38 net/ipv4/tcp_probe.c static int port __read_mostly = 0; __read_mostly 42 net/ipv4/tcp_probe.c static int bufsize __read_mostly = 4096; __read_mostly 46 net/ipv4/tcp_probe.c static int full __read_mostly; __read_mostly 24 net/ipv4/tcp_timer.c int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES; __read_mostly 25 net/ipv4/tcp_timer.c int sysctl_tcp_synack_retries __read_mostly = TCP_SYNACK_RETRIES; __read_mostly 26 net/ipv4/tcp_timer.c int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME; __read_mostly 27 net/ipv4/tcp_timer.c int sysctl_tcp_keepalive_probes __read_mostly = TCP_KEEPALIVE_PROBES; __read_mostly 28 net/ipv4/tcp_timer.c int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL; __read_mostly 29 net/ipv4/tcp_timer.c int sysctl_tcp_retries1 __read_mostly = TCP_RETR1; __read_mostly 30 net/ipv4/tcp_timer.c int sysctl_tcp_retries2 __read_mostly = TCP_RETR2; __read_mostly 31 net/ipv4/tcp_timer.c int sysctl_tcp_orphan_retries __read_mostly; __read_mostly 114 net/ipv4/udp.c int sysctl_udp_mem[3] __read_mostly; __read_mostly 115 net/ipv4/udp.c int sysctl_udp_rmem_min __read_mostly; __read_mostly 116 net/ipv4/udp.c int sysctl_udp_wmem_min __read_mostly; __read_mostly 156 net/ipv6/addrconf.c static struct ipv6_devconf ipv6_devconf __read_mostly = { __read_mostly 191 net/ipv6/addrconf.c static struct ipv6_devconf ipv6_devconf_dflt __read_mostly = { __read_mostly 4026 net/ipv6/addrconf.c } addrconf_sysctl __read_mostly = { __read_mostly 49 net/ipv6/ip6_fib.c static struct kmem_cache * fib6_node_kmem __read_mostly; __read_mostly 93 net/ipv6/ip6mr.c static struct kmem_cache *mrt_cachep __read_mostly; __read_mostly 169 net/ipv6/mcast.c int sysctl_mld_max_msf __read_mostly = IPV6_MLD_MAX_MSF; __read_mostly 44 net/ipv6/netfilter/ip6_queue.c static unsigned char copy_mode __read_mostly = IPQ_COPY_NONE; __read_mostly 45 net/ipv6/netfilter/ip6_queue.c static unsigned int queue_maxlen __read_mostly = IPQ_QMAX_DEFAULT; __read_mostly 47 net/ipv6/netfilter/ip6_queue.c static int peer_pid __read_mostly; __read_mostly 48 net/ipv6/netfilter/ip6_queue.c static unsigned int copy_range __read_mostly; __read_mostly 52 net/ipv6/netfilter/ip6_queue.c static struct sock *ipqnl __read_mostly; __read_mostly 2197 net/ipv6/netfilter/ip6_tables.c static struct xt_target ip6t_standard_target __read_mostly = { __read_mostly 2208 net/ipv6/netfilter/ip6_tables.c static struct xt_target ip6t_error_target __read_mostly = { __read_mostly 2232 net/ipv6/netfilter/ip6_tables.c static struct xt_match icmp6_matchstruct __read_mostly = { __read_mostly 74 net/ipv6/netfilter/ip6t_HL.c static struct xt_target hl_tg6_reg __read_mostly = { __read_mostly 472 net/ipv6/netfilter/ip6t_LOG.c static struct xt_target log_tg6_reg __read_mostly = { __read_mostly 235 net/ipv6/netfilter/ip6t_REJECT.c static struct xt_target reject_tg6_reg __read_mostly = { __read_mostly 104 net/ipv6/netfilter/ip6t_ah.c static struct xt_match ah_mt6_reg __read_mostly = { __read_mostly 58 net/ipv6/netfilter/ip6t_eui64.c static struct xt_match eui64_mt6_reg __read_mostly = { __read_mostly 121 net/ipv6/netfilter/ip6t_frag.c static struct xt_match frag_mt6_reg __read_mostly = { __read_mostly 180 net/ipv6/netfilter/ip6t_hbh.c static struct xt_match hbh_mt6_reg[] __read_mostly = { __read_mostly 49 net/ipv6/netfilter/ip6t_hl.c static struct xt_match hl_mt6_reg __read_mostly = { __read_mostly 133 net/ipv6/netfilter/ip6t_ipv6header.c static struct xt_match ipv6header_mt6_reg __read_mostly = { __read_mostly 78 net/ipv6/netfilter/ip6t_mh.c static struct xt_match mh_mt6_reg __read_mostly = { __read_mostly 208 net/ipv6/netfilter/ip6t_rt.c static struct xt_match rt_mt6_reg __read_mostly = { __read_mostly 106 net/ipv6/netfilter/ip6table_filter.c static struct nf_hook_ops ip6t_ops[] __read_mostly = { __read_mostly 136 net/ipv6/netfilter/ip6table_mangle.c static struct nf_hook_ops ip6t_ops[] __read_mostly = { __read_mostly 69 net/ipv6/netfilter/ip6table_raw.c static struct nf_hook_ops ip6t_ops[] __read_mostly = { __read_mostly 101 net/ipv6/netfilter/ip6table_security.c static struct nf_hook_ops ip6t_ops[] __read_mostly = { __read_mostly 264 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c static struct nf_hook_ops ipv6_conntrack_ops[] __read_mostly = { __read_mostly 347 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv6 __read_mostly = { __read_mostly 29 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c static unsigned long nf_ct_icmpv6_timeout __read_mostly = 30*HZ; __read_mostly 264 net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6 __read_mostly = __read_mostly 888 net/ipv6/tcp_ipv6.c struct request_sock_ops tcp6_request_sock_ops __read_mostly = { __read_mostly 53 net/ipv6/xfrm6_tunnel.c static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly; __read_mostly 29 net/netfilter/core.c const struct nf_afinfo *nf_afinfo[NFPROTO_NUMPROTO] __read_mostly; __read_mostly 54 net/netfilter/core.c struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS] __read_mostly; __read_mostly 46 net/netfilter/ipvs/ip_vs_conn.c static struct kmem_cache *ip_vs_conn_cachep __read_mostly; __read_mostly 1403 net/netfilter/ipvs/ip_vs_core.c static struct nf_hook_ops ip_vs_ops[] __read_mostly = { __read_mostly 3262 net/netfilter/ipvs/ip_vs_ctl.c static struct genl_ops ip_vs_genl_ops[] __read_mostly = { __read_mostly 25 net/netfilter/nf_conntrack_acct.c static int nf_ct_acct __read_mostly = NF_CT_ACCT_DEFAULT; __read_mostly 59 net/netfilter/nf_conntrack_acct.c static struct nf_ct_ext_type acct_extend __read_mostly = { __read_mostly 26 net/netfilter/nf_conntrack_amanda.c static unsigned int master_timeout __read_mostly = 300; __read_mostly 44 net/netfilter/nf_conntrack_amanda.c __read_mostly; __read_mostly 59 net/netfilter/nf_conntrack_amanda.c } search[] __read_mostly = { __read_mostly 173 net/netfilter/nf_conntrack_amanda.c static struct nf_conntrack_helper amanda_helper[2] __read_mostly = { __read_mostly 47 net/netfilter/nf_conntrack_core.c unsigned int nf_conntrack_htable_size __read_mostly; __read_mostly 50 net/netfilter/nf_conntrack_core.c int nf_conntrack_max __read_mostly; __read_mostly 53 net/netfilter/nf_conntrack_core.c struct nf_conn nf_conntrack_untracked __read_mostly; __read_mostly 56 net/netfilter/nf_conntrack_core.c static struct kmem_cache *nf_conntrack_cachep __read_mostly; __read_mostly 31 net/netfilter/nf_conntrack_expect.c unsigned int nf_ct_expect_hsize __read_mostly; __read_mostly 34 net/netfilter/nf_conntrack_expect.c static unsigned int nf_ct_expect_hash_rnd __read_mostly; __read_mostly 35 net/netfilter/nf_conntrack_expect.c unsigned int nf_ct_expect_max __read_mostly; __read_mostly 36 net/netfilter/nf_conntrack_expect.c static int nf_ct_expect_hash_rnd_initted __read_mostly; __read_mostly 38 net/netfilter/nf_conntrack_expect.c static struct kmem_cache *nf_ct_expect_cachep __read_mostly; __read_mostly 519 net/netfilter/nf_conntrack_ftp.c static struct nf_conntrack_helper ftp[MAX_PORTS][2] __read_mostly; __read_mostly 520 net/netfilter/nf_conntrack_ftp.c static char ftp_names[MAX_PORTS][2][sizeof("ftp-65535")] __read_mostly; __read_mostly 35 net/netfilter/nf_conntrack_h323_main.c static unsigned int default_rrq_ttl __read_mostly = 300; __read_mostly 39 net/netfilter/nf_conntrack_h323_main.c static int gkrouted_only __read_mostly = 1; __read_mostly 43 net/netfilter/nf_conntrack_h323_main.c static int callforward_filter __read_mostly = 1; __read_mostly 54 net/netfilter/nf_conntrack_h323_main.c __read_mostly; __read_mostly 59 net/netfilter/nf_conntrack_h323_main.c __read_mostly; __read_mostly 64 net/netfilter/nf_conntrack_h323_main.c TransportAddress *taddr, int count) __read_mostly; __read_mostly 69 net/netfilter/nf_conntrack_h323_main.c TransportAddress *taddr, int count) __read_mostly; __read_mostly 77 net/netfilter/nf_conntrack_h323_main.c struct nf_conntrack_expect *rtcp_exp) __read_mostly; __read_mostly 83 net/netfilter/nf_conntrack_h323_main.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 89 net/netfilter/nf_conntrack_h323_main.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 95 net/netfilter/nf_conntrack_h323_main.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 101 net/netfilter/nf_conntrack_h323_main.c __read_mostly; __read_mostly 619 net/netfilter/nf_conntrack_h323_main.c static struct nf_conntrack_helper nf_conntrack_helper_h245 __read_mostly = { __read_mostly 1169 net/netfilter/nf_conntrack_h323_main.c static struct nf_conntrack_helper nf_conntrack_helper_q931[] __read_mostly = { __read_mostly 1743 net/netfilter/nf_conntrack_h323_main.c static struct nf_conntrack_helper nf_conntrack_helper_ras[] __read_mostly = { __read_mostly 33 net/netfilter/nf_conntrack_helper.c static struct hlist_head *nf_ct_helper_hash __read_mostly; __read_mostly 34 net/netfilter/nf_conntrack_helper.c static unsigned int nf_ct_helper_hsize __read_mostly; __read_mostly 35 net/netfilter/nf_conntrack_helper.c static unsigned int nf_ct_helper_count __read_mostly; __read_mostly 177 net/netfilter/nf_conntrack_helper.c static struct nf_ct_ext_type helper_extend __read_mostly = { __read_mostly 28 net/netfilter/nf_conntrack_irc.c static unsigned int dcc_timeout __read_mostly = 300; __read_mostly 37 net/netfilter/nf_conntrack_irc.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 224 net/netfilter/nf_conntrack_irc.c static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly; __read_mostly 225 net/netfilter/nf_conntrack_irc.c static char irc_names[MAX_PORTS][sizeof("irc-65535")] __read_mostly; __read_mostly 66 net/netfilter/nf_conntrack_l3proto_generic.c struct nf_conntrack_l3proto nf_conntrack_l3proto_generic __read_mostly = { __read_mostly 41 net/netfilter/nf_conntrack_netbios_ns.c static unsigned int timeout __read_mostly = 3; __read_mostly 104 net/netfilter/nf_conntrack_netbios_ns.c static struct nf_conntrack_helper helper __read_mostly = { __read_mostly 47 net/netfilter/nf_conntrack_pptp.c union pptp_ctrl_union *pptpReq) __read_mostly; __read_mostly 54 net/netfilter/nf_conntrack_pptp.c union pptp_ctrl_union *pptpReq) __read_mostly; __read_mostly 60 net/netfilter/nf_conntrack_pptp.c __read_mostly; __read_mostly 65 net/netfilter/nf_conntrack_pptp.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 589 net/netfilter/nf_conntrack_pptp.c static struct nf_conntrack_helper pptp __read_mostly = { __read_mostly 31 net/netfilter/nf_conntrack_proto.c static struct nf_conntrack_l4proto **nf_ct_protos[PF_MAX] __read_mostly; __read_mostly 32 net/netfilter/nf_conntrack_proto.c struct nf_conntrack_l3proto *nf_ct_l3protos[AF_MAX] __read_mostly; __read_mostly 26 net/netfilter/nf_conntrack_proto_dccp.c static int nf_ct_dccp_loose __read_mostly = 1; __read_mostly 75 net/netfilter/nf_conntrack_proto_dccp.c static unsigned int dccp_timeout[CT_DCCP_MAX + 1] __read_mostly = { __read_mostly 736 net/netfilter/nf_conntrack_proto_dccp.c static struct nf_conntrack_l4proto dccp_proto4 __read_mostly = { __read_mostly 761 net/netfilter/nf_conntrack_proto_dccp.c static struct nf_conntrack_l4proto dccp_proto6 __read_mostly = { __read_mostly 15 net/netfilter/nf_conntrack_proto_generic.c static unsigned int nf_ct_generic_timeout __read_mostly = 600*HZ; __read_mostly 92 net/netfilter/nf_conntrack_proto_generic.c struct nf_conntrack_l4proto nf_conntrack_l4proto_generic __read_mostly = __read_mostly 282 net/netfilter/nf_conntrack_proto_gre.c static struct nf_conntrack_l4proto nf_conntrack_l4proto_gre4 __read_mostly = { __read_mostly 52 net/netfilter/nf_conntrack_proto_sctp.c static unsigned int sctp_timeouts[SCTP_CONNTRACK_MAX] __read_mostly = { __read_mostly 658 net/netfilter/nf_conntrack_proto_sctp.c static struct nf_conntrack_l4proto nf_conntrack_l4proto_sctp4 __read_mostly = { __read_mostly 686 net/netfilter/nf_conntrack_proto_sctp.c static struct nf_conntrack_l4proto nf_conntrack_l4proto_sctp6 __read_mostly = { __read_mostly 35 net/netfilter/nf_conntrack_proto_tcp.c static int nf_ct_tcp_be_liberal __read_mostly = 0; __read_mostly 39 net/netfilter/nf_conntrack_proto_tcp.c static int nf_ct_tcp_loose __read_mostly = 1; __read_mostly 44 net/netfilter/nf_conntrack_proto_tcp.c static int nf_ct_tcp_max_retrans __read_mostly = 3; __read_mostly 70 net/netfilter/nf_conntrack_proto_tcp.c static unsigned int nf_ct_tcp_timeout_max_retrans __read_mostly = 5 MINS; __read_mostly 71 net/netfilter/nf_conntrack_proto_tcp.c static unsigned int nf_ct_tcp_timeout_unacknowledged __read_mostly = 5 MINS; __read_mostly 73 net/netfilter/nf_conntrack_proto_tcp.c static unsigned int tcp_timeouts[TCP_CONNTRACK_MAX] __read_mostly = { __read_mostly 1385 net/netfilter/nf_conntrack_proto_tcp.c struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp4 __read_mostly = __read_mostly 1415 net/netfilter/nf_conntrack_proto_tcp.c struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6 __read_mostly = __read_mostly 26 net/netfilter/nf_conntrack_proto_udp.c static unsigned int nf_ct_udp_timeout __read_mostly = 30*HZ; __read_mostly 27 net/netfilter/nf_conntrack_proto_udp.c static unsigned int nf_ct_udp_timeout_stream __read_mostly = 180*HZ; __read_mostly 182 net/netfilter/nf_conntrack_proto_udp.c struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4 __read_mostly = __read_mostly 209 net/netfilter/nf_conntrack_proto_udp.c struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6 __read_mostly = __read_mostly 27 net/netfilter/nf_conntrack_proto_udplite.c static unsigned int nf_ct_udplite_timeout __read_mostly = 30*HZ; __read_mostly 28 net/netfilter/nf_conntrack_proto_udplite.c static unsigned int nf_ct_udplite_timeout_stream __read_mostly = 180*HZ; __read_mostly 170 net/netfilter/nf_conntrack_proto_udplite.c static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite4 __read_mostly = __read_mostly 193 net/netfilter/nf_conntrack_proto_udplite.c static struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6 __read_mostly = __read_mostly 163 net/netfilter/nf_conntrack_sane.c static struct nf_conntrack_helper sane[MAX_PORTS][2] __read_mostly; __read_mostly 164 net/netfilter/nf_conntrack_sane.c static char sane_names[MAX_PORTS][2][sizeof("sane-65535")] __read_mostly; __read_mostly 38 net/netfilter/nf_conntrack_sip.c static unsigned int sip_timeout __read_mostly = SIP_TIMEOUT; __read_mostly 42 net/netfilter/nf_conntrack_sip.c static int sip_direct_signalling __read_mostly = 1; __read_mostly 47 net/netfilter/nf_conntrack_sip.c static int sip_direct_media __read_mostly = 1; __read_mostly 54 net/netfilter/nf_conntrack_sip.c unsigned int *datalen) __read_mostly; __read_mostly 62 net/netfilter/nf_conntrack_sip.c unsigned int matchlen) __read_mostly; __read_mostly 72 net/netfilter/nf_conntrack_sip.c __read_mostly; __read_mostly 80 net/netfilter/nf_conntrack_sip.c u_int16_t port) __read_mostly; __read_mostly 88 net/netfilter/nf_conntrack_sip.c __read_mostly; __read_mostly 99 net/netfilter/nf_conntrack_sip.c __read_mostly; __read_mostly 1302 net/netfilter/nf_conntrack_sip.c static struct nf_conntrack_helper sip[MAX_PORTS][2] __read_mostly; __read_mostly 1303 net/netfilter/nf_conntrack_sip.c static char sip_names[MAX_PORTS][2][sizeof("sip-65535")] __read_mostly; __read_mostly 34 net/netfilter/nf_conntrack_tftp.c struct nf_conntrack_expect *exp) __read_mostly; __read_mostly 93 net/netfilter/nf_conntrack_tftp.c static struct nf_conntrack_helper tftp[MAX_PORTS][2] __read_mostly; __read_mostly 94 net/netfilter/nf_conntrack_tftp.c static char tftp_names[MAX_PORTS][2][sizeof("tftp-65535")] __read_mostly; __read_mostly 18 net/netfilter/nf_log.c static const struct nf_logger *nf_loggers[NFPROTO_NUMPROTO] __read_mostly; __read_mostly 19 net/netfilter/nf_queue.c static const struct nf_queue_handler *queue_handler[NFPROTO_NUMPROTO] __read_mostly; __read_mostly 67 net/netfilter/nfnetlink_queue.c static struct hlist_head instance_table[INSTANCE_BUCKETS] __read_mostly; __read_mostly 38 net/netfilter/xt_CLASSIFY.c static struct xt_target classify_tg_reg __read_mostly = { __read_mostly 185 net/netfilter/xt_CONNMARK.c static struct xt_target connmark_tg_reg[] __read_mostly = { __read_mostly 122 net/netfilter/xt_CONNSECMARK.c static struct xt_target connsecmark_tg_reg __read_mostly = { __read_mostly 150 net/netfilter/xt_DSCP.c static struct xt_target dscp_tg_reg[] __read_mostly = { __read_mostly 149 net/netfilter/xt_MARK.c static struct xt_target mark_tg_reg[] __read_mostly = { __read_mostly 50 net/netfilter/xt_NFLOG.c static struct xt_target nflog_tg_reg __read_mostly = { __read_mostly 34 net/netfilter/xt_NFQUEUE.c static struct xt_target nfqueue_tg_reg[] __read_mostly = { __read_mostly 33 net/netfilter/xt_NOTRACK.c static struct xt_target notrack_tg_reg __read_mostly = { __read_mostly 24 net/netfilter/xt_RATEEST.c static struct hlist_head rateest_hash[RATEEST_HSIZE] __read_mostly; __read_mostly 25 net/netfilter/xt_RATEEST.c static unsigned int jhash_rnd __read_mostly; __read_mostly 149 net/netfilter/xt_RATEEST.c static struct xt_target xt_rateest_tg_reg __read_mostly = { __read_mostly 124 net/netfilter/xt_SECMARK.c static struct xt_target secmark_tg_reg __read_mostly = { __read_mostly 280 net/netfilter/xt_TCPMSS.c static struct xt_target tcpmss_tg_reg[] __read_mostly = { __read_mostly 102 net/netfilter/xt_TCPOPTSTRIP.c static struct xt_target tcpoptstrip_tg_reg[] __read_mostly = { __read_mostly 75 net/netfilter/xt_TPROXY.c static struct xt_target tproxy_tg_reg __read_mostly = { __read_mostly 20 net/netfilter/xt_TRACE.c static struct xt_target trace_tg_reg __read_mostly = { __read_mostly 25 net/netfilter/xt_comment.c static struct xt_match comment_mt_reg __read_mostly = { __read_mostly 123 net/netfilter/xt_connbytes.c static struct xt_match connbytes_mt_reg __read_mostly = { __read_mostly 269 net/netfilter/xt_connlimit.c static struct xt_match connlimit_mt_reg __read_mostly = { __read_mostly 126 net/netfilter/xt_connmark.c static struct xt_match connmark_mt_reg[] __read_mostly = { __read_mostly 345 net/netfilter/xt_conntrack.c static struct xt_match conntrack_mt_reg[] __read_mostly = { __read_mostly 133 net/netfilter/xt_dccp.c static struct xt_match dccp_mt_reg[] __read_mostly = { __read_mostly 78 net/netfilter/xt_dscp.c static struct xt_match dscp_mt_reg[] __read_mostly = { __read_mostly 81 net/netfilter/xt_esp.c static struct xt_match esp_mt_reg[] __read_mostly = { __read_mostly 103 net/netfilter/xt_hashlimit.c static struct kmem_cache *hashlimit_cachep __read_mostly; __read_mostly 789 net/netfilter/xt_hashlimit.c static struct xt_match hashlimit_mt_reg[] __read_mostly = { __read_mostly 75 net/netfilter/xt_helper.c static struct xt_match helper_mt_reg __read_mostly = { __read_mostly 131 net/netfilter/xt_iprange.c static struct xt_match iprange_mt_reg[] __read_mostly = { __read_mostly 42 net/netfilter/xt_length.c static struct xt_match length_mt_reg[] __read_mostly = { __read_mostly 164 net/netfilter/xt_limit.c static struct xt_match limit_mt_reg __read_mostly = { __read_mostly 39 net/netfilter/xt_mac.c static struct xt_match mac_mt_reg __read_mostly = { __read_mostly 83 net/netfilter/xt_mark.c static struct xt_match mark_mt_reg[] __read_mostly = { __read_mostly 197 net/netfilter/xt_multiport.c static struct xt_match multiport_mt_reg[] __read_mostly = { __read_mostly 137 net/netfilter/xt_owner.c static struct xt_match owner_mt_reg[] __read_mostly = { __read_mostly 115 net/netfilter/xt_physdev.c static struct xt_match physdev_mt_reg __read_mostly = { __read_mostly 45 net/netfilter/xt_pkttype.c static struct xt_match pkttype_mt_reg __read_mostly = { __read_mostly 159 net/netfilter/xt_policy.c static struct xt_match policy_mt_reg[] __read_mostly = { __read_mostly 51 net/netfilter/xt_quota.c static struct xt_match quota_mt_reg __read_mostly = { __read_mostly 129 net/netfilter/xt_rateest.c static struct xt_match xt_rateest_mt_reg __read_mostly = { __read_mostly 33 net/netfilter/xt_realm.c static struct xt_match realm_mt_reg __read_mostly = { __read_mostly 622 net/netfilter/xt_recent.c static struct xt_match recent_mt_reg[] __read_mostly = { __read_mostly 164 net/netfilter/xt_sctp.c static struct xt_match sctp_mt_reg[] __read_mostly = { __read_mostly 160 net/netfilter/xt_socket.c static struct xt_match socket_mt_reg __read_mostly = { __read_mostly 55 net/netfilter/xt_state.c static struct xt_match state_mt_reg[] __read_mostly = { __read_mostly 63 net/netfilter/xt_statistic.c static struct xt_match xt_statistic_mt_reg __read_mostly = { __read_mostly 78 net/netfilter/xt_string.c static struct xt_match xt_string_mt_reg[] __read_mostly = { __read_mostly 80 net/netfilter/xt_tcpmss.c static struct xt_match tcpmss_mt_reg[] __read_mostly = { __read_mostly 172 net/netfilter/xt_tcpudp.c static struct xt_match tcpudp_mt_reg[] __read_mostly = { __read_mostly 235 net/netfilter/xt_time.c static struct xt_match xt_time_mt_reg __read_mostly = { __read_mostly 99 net/netfilter/xt_u32.c static struct xt_match xt_u32_mt_reg __read_mostly = { __read_mostly 18 net/netlink/attr.c static u16 nla_attr_minlen[NLA_TYPE_MAX+1] __read_mostly = { __read_mostly 377 net/phonet/af_phonet.c static struct phonet_protocol *proto_tab[PHONET_NPROTO] __read_mostly; __read_mostly 32 net/rxrpc/af_rxrpc.c static int sysctl_rxrpc_max_qlen __read_mostly = 10; __read_mostly 35 net/sched/cls_api.c static struct tcf_proto_ops *tcf_proto_base __read_mostly; __read_mostly 277 net/sched/cls_basic.c static struct tcf_proto_ops cls_basic_ops __read_mostly = { __read_mostly 678 net/sched/cls_flow.c static struct tcf_proto_ops cls_flow_ops __read_mostly = { __read_mostly 374 net/sched/cls_fw.c static struct tcf_proto_ops cls_fw_ops __read_mostly = { __read_mostly 594 net/sched/cls_route.c static struct tcf_proto_ops cls_route4_ops __read_mostly = { __read_mostly 486 net/sched/cls_tcindex.c static struct tcf_proto_ops cls_tcindex_ops __read_mostly = { __read_mostly 752 net/sched/cls_u32.c static struct tcf_proto_ops cls_u32_ops __read_mostly = { __read_mostly 691 net/sched/sch_atm.c static struct Qdisc_ops atm_qdisc_ops __read_mostly = { __read_mostly 31 net/sched/sch_blackhole.c static struct Qdisc_ops blackhole_qdisc_ops __read_mostly = { __read_mostly 2061 net/sched/sch_cbq.c static struct Qdisc_ops cbq_qdisc_ops __read_mostly = { __read_mostly 492 net/sched/sch_dsmark.c static struct Qdisc_ops dsmark_qdisc_ops __read_mostly = { __read_mostly 81 net/sched/sch_fifo.c struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { __read_mostly 96 net/sched/sch_fifo.c struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { __read_mostly 318 net/sched/sch_generic.c struct Qdisc_ops noop_qdisc_ops __read_mostly = { __read_mostly 343 net/sched/sch_generic.c static struct Qdisc_ops noqueue_qdisc_ops __read_mostly = { __read_mostly 453 net/sched/sch_generic.c static struct Qdisc_ops pfifo_fast_ops __read_mostly = { __read_mostly 600 net/sched/sch_gred.c static struct Qdisc_ops gred_qdisc_ops __read_mostly = { __read_mostly 1729 net/sched/sch_hfsc.c static struct Qdisc_ops hfsc_qdisc_ops __read_mostly = { __read_mostly 54 net/sched/sch_htb.c static int htb_hysteresis __read_mostly = 0; /* whether to use mode hysteresis for speedup */ __read_mostly 1561 net/sched/sch_htb.c static struct Qdisc_ops htb_qdisc_ops __read_mostly = { __read_mostly 137 net/sched/sch_ingress.c static struct Qdisc_ops ingress_qdisc_ops __read_mostly = { __read_mostly 447 net/sched/sch_multiq.c static struct Qdisc_ops multiq_qdisc_ops __read_mostly = { __read_mostly 539 net/sched/sch_netem.c static struct Qdisc_ops tfifo_qdisc_ops __read_mostly = { __read_mostly 713 net/sched/sch_netem.c static struct Qdisc_ops netem_qdisc_ops __read_mostly = { __read_mostly 417 net/sched/sch_prio.c static struct Qdisc_ops prio_qdisc_ops __read_mostly = { __read_mostly 358 net/sched/sch_red.c static struct Qdisc_ops red_qdisc_ops __read_mostly = { __read_mostly 621 net/sched/sch_sfq.c static struct Qdisc_ops sfq_qdisc_ops __read_mostly = { __read_mostly 465 net/sched/sch_tbf.c static struct Qdisc_ops tbf_qdisc_ops __read_mostly = { __read_mostly 68 net/sctp/protocol.c struct sctp_globals sctp_globals __read_mostly; __read_mostly 151 net/socket.c static const struct net_proto_family *net_families[NPROTO] __read_mostly; __read_mostly 241 net/socket.c static struct kmem_cache *sock_inode_cachep __read_mostly; __read_mostly 303 net/socket.c static struct vfsmount *sock_mnt __read_mostly; __read_mostly 30 net/sunrpc/rpc_pipe.c static struct vfsmount *rpc_mount __read_mostly; __read_mostly 36 net/sunrpc/rpc_pipe.c static struct kmem_cache *rpc_inode_cachep __read_mostly; __read_mostly 36 net/sunrpc/sched.c static struct kmem_cache *rpc_task_slabp __read_mostly; __read_mostly 37 net/sunrpc/sched.c static struct kmem_cache *rpc_buffer_slabp __read_mostly; __read_mostly 38 net/sunrpc/sched.c static mempool_t *rpc_task_mempool __read_mostly; __read_mostly 39 net/sunrpc/sched.c static mempool_t *rpc_buffer_mempool __read_mostly; __read_mostly 57 net/wireless/nl80211.c static struct nla_policy nl80211_policy[NL80211_ATTR_MAX+1] __read_mostly = { __read_mostly 17 net/xfrm/xfrm_input.c static struct kmem_cache *secpath_cachep __read_mostly; __read_mostly 37 net/xfrm/xfrm_policy.c int sysctl_xfrm_larval_drop __read_mostly = 1; __read_mostly 331 net/xfrm/xfrm_policy.c static struct xfrm_policy_hash xfrm_policy_bydst[XFRM_POLICY_MAX*2] __read_mostly; __read_mostly 332 net/xfrm/xfrm_policy.c static struct hlist_head *xfrm_policy_byidx __read_mostly; __read_mostly 333 net/xfrm/xfrm_policy.c static unsigned int xfrm_idx_hmask __read_mostly; __read_mostly 334 net/xfrm/xfrm_policy.c static unsigned int xfrm_policy_hashmax __read_mostly = 1 * 1024 * 1024; __read_mostly 30 net/xfrm/xfrm_state.c u32 sysctl_xfrm_aevent_etime __read_mostly = XFRM_AE_ETIME; __read_mostly 33 net/xfrm/xfrm_state.c u32 sysctl_xfrm_aevent_rseqth __read_mostly = XFRM_AE_SEQT_SIZE; __read_mostly 36 net/xfrm/xfrm_state.c u32 sysctl_xfrm_acq_expires __read_mostly = 30; __read_mostly 54 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_bydst __read_mostly; __read_mostly 55 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_bysrc __read_mostly; __read_mostly 56 net/xfrm/xfrm_state.c static struct hlist_head *xfrm_state_byspi __read_mostly; __read_mostly 57 net/xfrm/xfrm_state.c static unsigned int xfrm_state_hmask __read_mostly; __read_mostly 58 net/xfrm/xfrm_state.c static unsigned int xfrm_state_hashmax __read_mostly = 1 * 1024 * 1024; __read_mostly 65 virt/kvm/kvm_main.c static __read_mostly struct preempt_ops kvm_preempt_ops;