udp.h (f2cbb4f01936a3e4225692e03b084b78c56d386d) udp.h (20380731bc2897f2952ae055420972ded4cd786e)
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Definitions for the UDP module.
7 *
8 * Version: @(#)udp.h 1.0.2 05/07/93

--- 80 unchanged lines hidden (view full) ---

89};
90
91struct udp_iter_state {
92 sa_family_t family;
93 int bucket;
94 struct seq_operations seq_ops;
95};
96
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Definitions for the UDP module.
7 *
8 * Version: @(#)udp.h 1.0.2 05/07/93

--- 80 unchanged lines hidden (view full) ---

89};
90
91struct udp_iter_state {
92 sa_family_t family;
93 int bucket;
94 struct seq_operations seq_ops;
95};
96
97#ifdef CONFIG_PROC_FS
97extern int udp_proc_register(struct udp_seq_afinfo *afinfo);
98extern void udp_proc_unregister(struct udp_seq_afinfo *afinfo);
98extern int udp_proc_register(struct udp_seq_afinfo *afinfo);
99extern void udp_proc_unregister(struct udp_seq_afinfo *afinfo);
100
101extern int udp4_proc_init(void);
102extern void udp4_proc_exit(void);
103#endif
99#endif /* _UDP_H */
104#endif /* _UDP_H */