#include "acl/forward.h"
#include "cbdata.h"
#include "comm/forward.h"
#include "hier_code.h"
#include "ip/forward.h"
#include "ip/NfMarkConfig.h"
#include "store/forward.h"
#include <iosfwd>
#include <limits>
Go to the source code of this file.
|
| void | Ip::Qos::getTosFromServer (const Comm::ConnectionPointer &server, fde *clientFde) |
| |
| nfmark_t | Ip::Qos::getNfConnmark (const Comm::ConnectionPointer &conn, const ConnectionDirection connDir) |
| |
| bool | Ip::Qos::setNfConnmark (Comm::ConnectionPointer &conn, const ConnectionDirection connDir, const NfMarkConfig &cm) |
| |
| int | Ip::Qos::doTosLocalMiss (const Comm::ConnectionPointer &conn, const hier_code hierCode) |
| |
| int | Ip::Qos::doNfmarkLocalMiss (const Comm::ConnectionPointer &conn, const hier_code hierCode) |
| |
| int | Ip::Qos::doTosLocalHit (const Comm::ConnectionPointer &conn) |
| |
| int | Ip::Qos::doNfmarkLocalHit (const Comm::ConnectionPointer &conn) |
| |
| int | Ip::Qos::setSockTos (const Comm::ConnectionPointer &conn, tos_t tos) |
| |
| int | Ip::Qos::setSockTos (const int fd, tos_t tos, int type) |
| |
| int | Ip::Qos::setSockNfmark (const Comm::ConnectionPointer &conn, nfmark_t mark) |
| |
| int | Ip::Qos::setSockNfmark (const int fd, nfmark_t mark) |
| |
| void | parse_QosConfig (Ip::Qos::Config *c) |
| |
| void | free_QosConfig (Ip::Qos::Config *) |
| |
| void | dump_QosConfig (StoreEntry *, const char *directiveName, const Ip::Qos::Config &) |
| |
◆ dump_QosConfig()
◆ free_QosConfig()
◆ parse_QosConfig()