Searched defs:receiver (Results 1 – 7 of 7) sorted by relevance
51 struct receiver { struct52 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;
27 struct urb receiver; member
521 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window() local1063 const struct ip_ct_tcp_state *receiver = &ct->proto.tcp.seen[1]; in tcp_new() local
116 static void *receiver(struct receiver_context* ctx) in receiver() function
824 struct ext_wait_queue *receiver) in pipelined_send()860 struct ext_wait_queue *receiver; in SYSCALL_DEFINE5() local
1432 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_subscribe_port() local1477 struct snd_seq_client *receiver = NULL, *sender = NULL; in snd_seq_ioctl_unsubscribe_port() local
1059 struct drbd_thread receiver; member