Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/sound/usb/6fire/
Dcomm.h26 struct urb receiver; member
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c512 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local
1112 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new() local
/linux-4.4.14/tools/perf/bench/
Dsched-messaging.c111 static void *receiver(struct receiver_context* ctx) in receiver() function
/linux-4.4.14/ipc/
Dmqueue.c922 struct ext_wait_queue *receiver) in pipelined_send()
965 struct ext_wait_queue *receiver; in SYSCALL_DEFINE5() local
/linux-4.4.14/sound/core/seq/
Dseq_clientmgr.c1446 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local
1491 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-omap.c216 unsigned receiver:1; /* true when we're in receiver mode */ member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h756 struct drbd_thread receiver; member