public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Is ip_build_xmit_slow() unused?
@ 2001-07-16 13:22 Alexey Vyskubov
  2001-07-16 13:37 ` Alexey Vyskubov
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Vyskubov @ 2001-07-16 13:22 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is ip_build_xmit_slow() unused?
  2001-07-16 13:22 Is ip_build_xmit_slow() unused? Alexey Vyskubov
@ 2001-07-16 13:37 ` Alexey Vyskubov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Vyskubov @ 2001-07-16 13:37 UTC (permalink / raw)
  To: linux-kernel

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

Sorry; the answer was 'broken kernel sources on corrupted filesystem'
:(

-- 
Alexey

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-16 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-16 13:22 Is ip_build_xmit_slow() unused? Alexey Vyskubov
2001-07-16 13:37 ` Alexey Vyskubov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox