MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcp_log_increment_reqcnt

Function tcp_log_increment_reqcnt

freebsd/netinet/tcp_log_buf.c:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510static void
511tcp_log_increment_reqcnt(struct tcp_log_id_bucket *tlb)
512{
513
514 atomic_fetchadd_int(&tlb->tlb_reqcnt, 1);
515}
516
517/*
518 * Associate the specified tag with a particular TCP log ID.

Callers 1

tcp_log_set_idFunction · 0.85

Calls 1

atomic_fetchadd_intFunction · 0.50

Tested by

no test coverage detected