Is ip_build_xmit_slow() unused?

Alexey Vyskubov (alexey.vyskubov@nokia.com)
Mon, 16 Jul 2001 16:22:17 +0300


Hello,

I have probably stupid question: what is the purpose of
ip_build_xmit_slow()?

Grepping over linux kernel source tree finds only two entries for
ip_build_xmit_slow():

net/ipv4/ip_output.c:static int ip_build_xmit_slow(struct sock *sk,

net/ipv4/ip_output.c: return
ip_build_xmit_slow(sk,getfrag,frag,length,ipc,rt,flags);

Please notice that the second entry is inside ip_build_xmit_slow()
definition, i.e. this is recursive call.

Is this function really unused?

-- 
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/