linux/net/caif
Eric Dumazet aa39514516 net: sk_sleep() helper
Define a new function to return the waitqueue of a "struct sock".

static inline wait_queue_head_t *sk_sleep(struct sock *sk)
{
	return sk->sk_sleep;
}

Change all read occurrences of sk_sleep by a call to this function.

Needed for a future RCU conversion. sk_sleep wont be a field directly
available.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-20 16:37:13 -07:00
..
Kconfig net-caif: add CAIF Kconfig and Makefiles 2010-03-30 19:08:49 -07:00
Makefile net-caif: add CAIF Kconfig and Makefiles 2010-03-30 19:08:49 -07:00
caif_config_util.c net-caif: add CAIF device registration functionality 2010-03-30 19:08:47 -07:00
caif_dev.c net-caif: add CAIF device registration functionality 2010-03-30 19:08:47 -07:00
caif_socket.c net: sk_sleep() helper 2010-04-20 16:37:13 -07:00
cfcnfg.c net-caif: using kmalloc/kfree requires the include of slab.h 2010-04-01 00:28:49 -07:00
cfctrl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfdbgl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfdgml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cffrml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfmuxl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfpkt_skbuff.c net-caif: add CAIF generic caif support functions 2010-03-30 19:08:47 -07:00
cfrfml.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfserl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfsrvl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfutill.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfveil.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
cfvidl.c net-caif: add CAIF core protocol stack 2010-03-30 19:08:46 -07:00
chnl_net.c net-caif: add CAIF netdevice 2010-03-30 19:08:48 -07:00