HomeSort by: relevance | last modified time | path
    Searched refs:ecn (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.widecamp 57 class cbq sr0 telnet intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
62 class cbq sr0 ssh intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
65 class cbq sr0 ipv6 intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
67 class cbq sr0 ipsec intr borrow priority 4 pbandwidth 4 maxburst 8 red ecn
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_ackm.h 156 * One of the OSSL_ACKM_ECN_* values. This is the ECN labelling applied to
159 unsigned int ecn : 2; member in struct:ossl_ackm_rx_pkt_st
  /src/external/bsd/unbound/dist/testcode/
doqclient.c 151 /** ecn info for the blocked packet */
1424 /** get packet ecn information */
1436 uint8_t* ecn = (uint8_t*)CMSG_DATA(cmsg);
1437 return *ecn;
1447 uint8_t* ecn = (uint8_t*)CMSG_DATA(cmsg);
1448 return *ecn;
1455 /** set the ecn on the transmission */
1457 set_ecn(int fd, int family, uint32_t ecn)
1459 unsigned int val = ecn;
1477 doq_client_send_pkt(struct doq_client_data* data, uint32_t ecn, uint8_t* buf
    [all...]
  /src/external/bsd/unbound/dist/util/
netevent.h 1089 /** the ecn info for the blocked packet, congestion information. */
1125 uint32_t ecn);
netevent.c 1211 /** set the ecn on the transmission */
1213 doq_set_ecn(int fd, int family, uint32_t ecn)
1215 unsigned int val = ecn;
1329 uint32_t ecn)
1339 c->doq_socket->blocked_pkt_pi.ecn = ecn;
1350 doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
1374 doq_set_ecn(c->fd, paddr->addr.sockaddr.in.sin_family, ecn);
1396 doq_store_blocked_pkt(c, paddr, ecn);
1530 /** get packet ecn information *
1542 uint8_t* ecn = (uint8_t*)CMSG_DATA(cmsg); local
1553 uint8_t* ecn = (uint8_t*)CMSG_DATA(cmsg); local
    [all...]
  /src/sys/netinet/
sctp_output.c 2049 /* ECN Nonce stuff */
2139 /* Enable ECN */
2143 /* No ECN */
2333 /* Enable ECN */
2336 /* No ECN */
2572 struct sctp_ecn_supported_param *ecn; local
2671 ecn = (struct sctp_ecn_supported_param *)((vaddr_t)ali +
2674 ecn = (struct sctp_ecn_supported_param *)((vaddr_t)sup_addr +
2681 cookie_preserve = (struct sctp_cookie_perserve_param *)(ecn);
2687 ecn = (struct sctp_ecn_supported_param *)
3252 struct sctp_ecn_supported_param *ecn; local
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 208 __u8 ecn:1; member in struct:tcp_options
214 __u8 ecn:1; member in struct:tcp_options
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c 535 /* Count of ECN-CE events. */
571 * ECN event counters. Each time we receive a packet with a given ECN label,
572 * the corresponding ECN counter here is incremented.
1148 * If the ECN-CE counter reported by the peer has increased, this could
1219 * Process ECN information if present.
1221 * We deliberately do most ECN processing in the ACKM rather than the
1594 /* Update the ECN counters according to which ECN signal we got, if any. */
1595 switch (pkt->ecn) {
    [all...]
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 5191 conn->close_ecn = pi.ecn;
5480 doq_send_pkt(c, &conn->key.paddr, pi.ecn);

Completed in 28 milliseconds