Searched refs:ack_errors (Results 1 – 8 of 8) sorted by relevance
/dports/dns/knot3-lib/knot-3.1.5/src/knot/server/ |
H A D | xdp-handler.c | 184 uint32_t ack_errors = 0; in handle_tcp() local 186 ctx->tcp_table, NULL, &ctx->tcp_relays, &ack_errors); in handle_tcp() 192 } else if (ack_errors > 0) { in handle_tcp()
|
/dports/dns/knot3/knot-3.1.5/src/knot/server/ |
H A D | xdp-handler.c | 184 uint32_t ack_errors = 0; in handle_tcp() local 186 ctx->tcp_table, NULL, &ctx->tcp_relays, &ack_errors); in handle_tcp() 192 } else if (ack_errors > 0) { in handle_tcp()
|
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/xdp/ |
H A D | tcp.h | 142 knot_tcp_relay_dynarray_t *relays, uint32_t *ack_errors);
|
H A D | tcp.c | 203 knot_tcp_relay_dynarray_t *relays, uint32_t *ack_errors) in knot_tcp_relay() argument 223 if (ack_errors != NULL) (*ack_errors)++; \ in knot_tcp_relay()
|
/dports/dns/knot3/knot-3.1.5/src/libknot/xdp/ |
H A D | tcp.h | 142 knot_tcp_relay_dynarray_t *relays, uint32_t *ack_errors);
|
H A D | tcp.c | 203 knot_tcp_relay_dynarray_t *relays, uint32_t *ack_errors) in knot_tcp_relay() argument 223 if (ack_errors != NULL) (*ack_errors)++; \ in knot_tcp_relay()
|
/dports/dns/knot3-lib/knot-3.1.5/src/utils/kxdpgun/ |
H A D | main.c | 422 uint32_t ack_errors = 0; in xdp_gun_thread() local 425 &relays, &ack_errors); in xdp_gun_thread() 426 lost += ack_errors; in xdp_gun_thread()
|
/dports/dns/knot3/knot-3.1.5/src/utils/kxdpgun/ |
H A D | main.c | 422 uint32_t ack_errors = 0; in xdp_gun_thread() local 425 &relays, &ack_errors); in xdp_gun_thread() 426 lost += ack_errors; in xdp_gun_thread()
|