Re: udp.c

From: Bernd Petrovitsch
Date: Mon Jun 13 2005 - 07:04:36 EST


On Mon, 2005-06-13 at 14:57 +0300, Rommer wrote:
> Where used strange function udp_v4_hash?
> linux-2.6.11.11, net/ipv4/udp.c:204
>
> static void udp_v4_hash(struct sock *sk)

Since it is "static" the user must be in the same source file (or -
theoretically - any included header).
So just use the "find" function of your $PREFERRED_EDITOR.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services

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