Searched refs:transmitted (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Doutqueue.c232 while ((lchunk = sctp_list_dequeue(&transport->transmitted)) != NULL) {
392 /* Walk through the specified transmitted queue. */
393 list_for_each_safe(lchunk, ltemp, &transport->transmitted) {
534 * need to be transmitted by the caller.
583 * way and into a 'transmitted' queue and skip to the
589 &transport->transmitted);
648 * the transmitted list.
652 &transport->transmitted);
1039 * chunk to the transmitted list and restart the
1048 &transport->transmitted);
[all...]
H A Dassociola.c596 /* If we have something on the transmitted list, we have to
599 if (!list_empty(&peer->transmitted)) {
604 list_for_each_entry(ch, &peer->transmitted,
610 list_splice_tail_init(&peer->transmitted,
611 &active->transmitted);
1013 * The general strategy is to search each transport's transmitted
1024 list_for_each_entry(chunk, &active->transmitted,
1039 list_for_each_entry(chunk, &transport->transmitted,
H A Dtransport.c87 INIT_LIST_HEAD(&peer->transmitted);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h678 /* This is our link to the per-transport transmitted list. */
1015 * (see above), we're also using per-destination "transmitted"
1019 struct list_head transmitted; member in struct:sctp_transport
1131 /* Data pending that has never been transmitted. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex465 transmitted via tunnel, you can build CBQ subtree,
H A Dip-cref.tex501 \item \verb|bytes| --- the total number of bytes received or transmitted
505 \item \verb|packets| --- the total number of packets received or transmitted
1867 5 packets transmitted, 5 packets received, 0% packet loss
2482 transmitted because the tunnel is looped back to itself.
2484 transmitted because there is no IP route to the remote endpoint.
2486 transmitted because the kernel failed to allocate a buffer.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex93 typically remains at the datasource (no data is transmitted to the ODBC driver)

Completed in 186 milliseconds