Searched refs:pd_mode (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dulpqueue.h53 char pd_mode; member in struct:sctp_ulpq
H A Dstructs.h343 atomic_t pd_mode; member in struct:sctp_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dulpqueue.c70 ulpq->pd_mode = 0;
147 if (atomic_dec_and_test(&sp->pd_mode)) {
182 /* Set the pd_mode on the socket and ulpq */
187 atomic_inc(&sp->pd_mode);
188 ulpq->pd_mode = 1;
191 /* Clear the pd_mode and restart any pending messages waiting for delivery. */
194 ulpq->pd_mode = 0;
226 if (atomic_read(&sctp_sk(sk)->pd_mode) == 0) {
229 if (ulpq->pd_mode) {
493 atomic_read(&sctp_sk(asoc->base.sk)->pd_mode))
[all...]
H A Dsocket.c3641 atomic_set(&sp->pd_mode, 0);
6399 atomic_set(&sctp_sk(newsk)->pd_mode, assoc->ulpq.pd_mode);
6401 if (atomic_read(&sctp_sk(oldsk)->pd_mode)) {
6405 if (assoc->ulpq.pd_mode) {
6425 if (assoc->ulpq.pd_mode)
H A Dsm_statefuns.c5921 if ((datalen >= asoc->rwnd) && (!asoc->ulpq.pd_mode)) {

Completed in 205 milliseconds