On Sun, May 23, 2004 at 03:18:56PM -0000, bunty wrote: > hello, > i want to add my own function that will be called from within > ip_output.c file. i want to know where i have to make changes for that in linux > kernel like function name registration? > regards, > parag. > You should add it where you fill it best fits. Can be in its own file or you can add it to ip_output.c. If its to be defined in a module and will be called by a hook in ip_output.c you will also need to use EXPORT_SYMBOL so it will be found by the kernel when you insmod your module. > > _[_h_t_t_p_:_/_/_a_d_s_._r_e_d_i_f_f_._c_o_m_/_R_e_a_l_M_e_d_i_a_/_a_d_s_/_a_d_s_t_r_e_a_m___n_x_._c_g_i_/_w_w_w_._r_e_d_i_f_f_m_a_i_l_._c_o_m_/ > _i_n_b_o_x_._h_t_m_@_B_o_t_t_o_m_] > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/