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

Function GetAckModified

freebsd/netinet/libalias/alias_db.c:1912–1917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1910}
1911
1912int
1913GetAckModified(struct alias_link *lnk)
1914{
1915/* See if ACK numbers have been modified */
1916 return (lnk->data.tcp->state.ack_modified);
1917}
1918
1919// XXX ip free
1920int

Callers 3

ProxyEncodeTcpStreamFunction · 0.85
TcpAliasInFunction · 0.85
TcpAliasOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected