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

Function toe_syncache_expand

freebsd/netinet/toecore.c:358–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358int
359toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to,
360 struct tcphdr *th, struct socket **lsop)
361{
362
363 NET_EPOCH_ASSERT();
364
365 return (syncache_expand(inc, to, th, lsop, NULL));
366}
367
368/*
369 * General purpose check to see if a 4-tuple is in use by the kernel. If a TCP

Callers

nothing calls this directly

Calls 1

syncache_expandFunction · 0.85

Tested by

no test coverage detected