Home
last modified time | relevance | path

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

/Linux-v4.19/net/can/
Daf_can.h51 struct receiver { struct
52 struct hlist_node list;
53 canid_t can_id;
54 canid_t mask;
55 unsigned long matches;
56 void (*func)(struct sk_buff *, void *);
57 void *data;
58 char *ident;
59 struct sock *sk;
60 struct rcu_head rcu;
/Linux-v4.19/sound/usb/6fire/
Dcomm.h26 struct urb receiver; member
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c480 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local
1080 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new() local
/Linux-v4.19/tools/perf/bench/
Dsched-messaging.c113 static void *receiver(struct receiver_context* ctx) in receiver() function
/Linux-v4.19/ipc/
Dmqueue.c873 struct ext_wait_queue *receiver) in pipelined_send()
916 struct ext_wait_queue *receiver; in do_mq_timedsend() local
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c1441 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local
1483 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local
/Linux-v4.19/drivers/i2c/busses/
Di2c-omap.c215 unsigned receiver:1; /* true when we're in receiver mode */ member
/Linux-v4.19/drivers/block/drbd/
Ddrbd_int.h744 struct drbd_thread receiver; member