Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/net/can/
Daf_can.h51 struct receiver { struct
52 struct hlist_node list;
53 struct rcu_head rcu;
54 canid_t can_id;
55 canid_t mask;
56 unsigned long matches;
57 void (*func)(struct sk_buff *, void *);
58 void *data;
59 char *ident;
/linux-3.3/sound/usb/6fire/
Dcomm.h27 struct urb receiver; member
/linux-3.3/net/netfilter/
Dnf_conntrack_proto_tcp.c521 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local
1063 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new() local
/linux-3.3/tools/perf/bench/
Dsched-messaging.c116 static void *receiver(struct receiver_context* ctx) in receiver() function
/linux-3.3/ipc/
Dmqueue.c824 struct ext_wait_queue *receiver) in pipelined_send()
860 struct ext_wait_queue *receiver; in SYSCALL_DEFINE5() local
/linux-3.3/sound/core/seq/
Dseq_clientmgr.c1432 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local
1477 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local
/linux-3.3/drivers/block/drbd/
Ddrbd_int.h1059 struct drbd_thread receiver; member