aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/module.h
blob: ed5b44de4c915b27b61a2ef77dc58d0c69ecc569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __ASM_GENERIC_MODULE_H
#define __ASM_GENERIC_MODULE_H

/*
 * Many architectures just need a simple module
 * loader without arch specific data.
 */
struct mod_arch_specific
{
};

#ifdef CONFIG_64BIT
#define Elf_Shdr Elf64_Shdr
#define Elf_Sym Elf64_Sym
#define Elf_Ehdr Elf64_Ehdr
#else
#define Elf_Shdr Elf32_Shdr
#define Elf_Sym Elf32_Sym
#define Elf_Ehdr Elf32_Ehdr
#endif

#endif /* __ASM_GENERIC_MODULE_H */
s AX25_ROUTE_MAX AX.25 route cache size - no currently tunable Unnamed (16) Number of protocol hash slots (tunable) DEV_NUMBUFFS Number of priority levels (not easily tunable) Unnamed (300) Maximum packet backlog queue (tunable) MAX_IOVEC Maximum number of iovecs in a message (tunable) MIN_WINDOW Offered minimum window (tunable) MAX_WINDOW Offered maximum window (tunable) MAX_HEADER Largest physical header (tunable) MAX_ADDR_LEN Largest physical address (tunable) SOCK_ARRAY_SIZE IP socket array hash size (tunable) IP_MAX_MEMBERSHIPS Largest number of groups per socket (BSD style) (tunable) 16 Hard coded constant for amount of room allowed for cache align and faster forwarding (tunable) IP_FRAG_TIME Time we hold a fragment for. (tunable) PORT_MASQ_BEGIN First port reserved for masquerade (tunable) PORT_MASQ_END Last port used for masquerade (tunable) MASQUERADE_EXPIRE_TCP_FIN Time we keep a masquerade for after a FIN MASQUERADE_EXPIRE_UDP Time we keep a UDP masquerade for (tunable) MAXVIFS Maximum mrouted vifs (1-32) MFC_LINES Lines in the multicast router cache (tunable) NetROM parameters are tunable via an ioctl passing a struct 4000 Size a Unix domain socket malloc falls back to (tunable) should be 8K - a bit for 8K machines like the ALPHA