ip_fib.h (a8b3e6f10f08f66ae1072efd087b30966a3654f6) | ip_fib.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 Forwarding Information Base. 7 * 8 * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> --- 281 unchanged lines hidden (view full) --- 290 if (res->fi) 291 fib_info_put(res->fi); 292#ifdef CONFIG_IP_MULTIPLE_TABLES 293 if (res->r) 294 fib_rule_put(res->r); 295#endif 296} 297 | 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 Forwarding Information Base. 7 * 8 * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> --- 281 unchanged lines hidden (view full) --- 290 if (res->fi) 291 fib_info_put(res->fi); 292#ifdef CONFIG_IP_MULTIPLE_TABLES 293 if (res->r) 294 fib_rule_put(res->r); 295#endif 296} 297 |
298#ifdef CONFIG_PROC_FS 299extern int fib_proc_init(void); 300extern void fib_proc_exit(void); 301#endif 302 |
|
298#endif /* _NET_FIB_H */ | 303#endif /* _NET_FIB_H */ |