Searched refs:sendq (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Drecipient.c146 ** sendq -- a pointer to the head of a queue to put
160 sendtolist(list, ctladdr, sendq, aliaslevel, e)
163 ADDRESS **sendq;
298 a = recipient(a, sendq, aliaslevel, e);
319 ** have been expanded already in the sendq, it won't mark the
324 ** sendq -- a pointer to the head of a queue to remove
334 removefromlist(list, sendq, e)
336 ADDRESS **sendq;
404 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
440 ** sendq
1060 printaddr(sm_debug_file(), *sendq, true); local
[all...]
H A Dalias.c35 ** sendq -- a pointer to the head of the send queue
52 alias(a, sendq, aliaslevel, e)
54 ADDRESS **sendq;
158 (void) sendtolist(p, a, sendq, aliaslevel + 1, e);
864 ** sendq -- a pointer to the head of the send queue to
877 forward(user, sendq, aliaslevel, e)
879 ADDRESS **sendq;
926 err = include(buf, true, user, sendq, aliaslevel, e);
H A Dudb.c111 ** sendq -- pointer to head of sendq to put the expansions in.
121 ** Modifies sendq.
128 udbexpand(a, sendq, aliaslevel, e)
130 ADDRESS **sendq;
337 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
476 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
528 naddrs = sendtolist(user, a, sendq, aliaslevel + 1, e);
1310 udbexpand(a, sendq, aliaslevel, e)
1312 ADDRESS **sendq;
[all...]
H A Dparseaddr.c2832 ** sendq -- the sendq in which to install any replacement
2847 maplocaluser(a, sendq, aliaslevel, e)
2849 ADDRESS **sendq;
2929 (void) recipient(a1, sendq, aliaslevel, e);
H A Dsrvrsmtp.c270 ** ADDRCPT -- Add a rcpt to sendq list
274 ** sendq -- a pointer to the head of a queue to put
283 addrcpt(rcpt, sendq, e)
285 ADDRESS **sendq;
293 SM_REQUIRE(sendq != NULL);
312 a = recipient(a, sendq, 0, e);
/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c756 roqh sendq = SLIST_HEAD_INITIALIZER(sendq); /* send queue on stack */ local
757 struct ng_pptpgre_roq *last = NULL; /* last packet in the sendq */
907 SLIST_INSERT_HEAD(&sendq, &t, next); \
914 /* the packet came in order, place it at the start of sendq */
954 INIT_SENDQ(temp); /* of reorder queue, so put it to sendq */
960 * Move the head to sendq to make room for current packet.
967 SLIST_INSERT_HEAD(&sendq, np, next);
987 SLIST_INSERT_HEAD(&sendq, np, next);
999 ng_pptpgre_sendq(hpriv, &sendq,
1172 roqh sendq = SLIST_HEAD_INITIALIZER(sendq); local
[all...]
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.h165 unsigned int sendq; member in struct:sockstat
H A Dlibprocstat.c1550 sock->sendq = s.so_snd.sb_ccc;
1565 sock->sendq = s.so_snd.sb_ccc;
1615 sock->sendq = kif->kf_un.kf_sock.kf_sock_sendq;
1627 sock->sendq = kif->kf_un.kf_sock.kf_sock_sendq;
/freebsd-13-stable/usr.bin/procstat/
H A Dprocstat_files.c559 xo_emit("{:sendq/%u} ", sock.sendq);
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1126 mbufq_init(&qs->txq[TXQ_ETH].sendq, INT_MAX);
1127 mbufq_init(&qs->txq[TXQ_OFLD].sendq, INT_MAX);
1128 mbufq_init(&qs->txq[TXQ_CTRL].sendq, INT_MAX);
1846 if (__predict_false(mbufq_len(&q->sendq))) {
1847 addq_exit: (void )mbufq_enqueue(&q->sendq, m);
1951 (m = mbufq_dequeue(&q->sendq)) != NULL) {
1962 if (mbufq_len(&q->sendq)) {
2345 while ((m = mbufq_first(&q->sendq)) != NULL) {
2368 (void)mbufq_dequeue(&q->sendq);
2511 mbufq_init(&q->txq[i].sendq, INT_MA
[all...]
H A Dcxgb_adapter.h253 struct mbufq sendq; member in struct:sge_txq

Completed in 211 milliseconds