Searched refs:receiver (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c131 * equivalent with the ones of the sender/receiver. We always
150 * and the receiver may send back a connection
350 II. Lower bound for valid data: seq + len >= sender.td_end - receiver.td_maxwin
351 III. Upper bound for valid ack: sack <= receiver.td_end
352 IV. Lower bound for valid ack: ack >= receiver.td_end - MAXACKWINDOW
503 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; local
515 if (receiver->flags & IP_CT_TCP_FLAG_SACK_PERM)
525 "receiver end=%u maxend=%u maxwin=%u scale=%i\n",
528 receiver->td_end, receiver
712 struct ip_ct_tcp_state *receiver = &conntrack->proto.tcp.seen[!dir]; local
1008 struct ip_ct_tcp_state *receiver = &conntrack->proto.tcp.seen[1]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c766 * If a receiver finds no waiting message, then it registers itself in the
768 * message into the message array. If there is a waiting receiver, then it
770 * receiver.
771 * The receiver accepts the message and returns without grabbing the queue
784 struct ext_wait_queue *receiver)
786 receiver->msg = message;
787 list_del(&receiver->list);
788 receiver->state = STATE_PENDING;
789 wake_up_process(receiver->task);
791 receiver
782 pipelined_send(struct mqueue_inode_info *info, struct msg_msg *message, struct ext_wait_queue *receiver) argument
820 struct ext_wait_queue *receiver; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c516 * If the receiver client is a user client, the original event is
520 * If the receiver client is a kernel client, the original event is
1384 /* if sender or receiver is the subscribing client itself,
1425 struct snd_seq_client *receiver = NULL, *sender = NULL; local
1432 if ((receiver = snd_seq_client_use_ptr(subs.dest.client)) == NULL)
1438 if ((dport = snd_seq_port_use_ptr(receiver, subs.dest.port)) == NULL)
1446 result = snd_seq_port_connect(client, sender, sport, receiver, dport, &subs);
1457 if (receiver)
1458 snd_seq_client_unlock(receiver);
1470 struct snd_seq_client *receiver local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S721 ; Set up and enable the serial0 receiver.
755 ; Set up and enable the serial1 receiver.
791 ; Set up and enable the serial3 receiver.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex39 or to implement receiver side of SRP or another end-to-end protocol
45 any applications of this feature, but it is possible that receiver will
415 routers and receiver purge flow state.
H A Dip-cref.tex498 \verb|RX:| and \verb|TX:| lines summarize receiver and transmitter
507 \item \verb|errors| --- the total number of receiver or transmitter errors.
510 \item \verb|overrun| --- the total number of receiver overruns resulting
527 \verb|ip| prints more detailed statistics on receiver
2667 because it gives the receiver the information needed to deliver a

Completed in 83 milliseconds