Searched defs:__initdata (Results 1 - 3 of 3) sorted by relevance

/net/core/
H A Dptp_classifier.c120 static struct sock_filter ptp_filter[] __initdata = { local
/net/decnet/
H A Daf_decnet.c2360 static char banner[] __initdata = KERN_INFO "NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team\n"; variable
/net/ipv4/
H A Dipconfig.c116 int ic_set_manually __initdata = 0; /* IPconfig parameters set manually */ variable
118 static int ic_enable __initdata = 0; /* IP config enabled? */ variable
121 int ic_proto_enabled __initdata = 0 variable
133 static int ic_host_name_set __initdata = 0; /* Host name set by us? */ variable
147 static char vendor_class_identifier[253] __initdata; variable
160 static char user_dev_name[IFNAMSIZ] __initdata = { 0, }; variable
163 static int ic_proto_have_if __initdata = 0; variable
166 static int ic_dev_mtu __initdata = 0; variable
170 static volatile int ic_got_reply __initdata = 0; /* Proto(s) that replied */ variable
173 static int ic_dhcp_msgtype __initdata variable
189 static struct ic_device *ic_first_dev __initdata = NULL;/* List of open device */ variable in typeref:struct:ic_first_dev
190 static struct net_device *ic_dev __initdata = NULL; /* Selected device */ variable in typeref:struct:ic_dev
477 static struct packet_type rarp_packet_type __initdata = { variable in typeref:struct:rarp_packet_type
651 static struct packet_type bootp_packet_type __initdata = { variable in typeref:struct:bootp_packet_type
[all...]

Completed in 243 milliseconds