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

Function toe_syncache_add

freebsd/netinet/toecore.c:347–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void
348toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
349 struct inpcb *inp, void *tod, void *todctx, uint8_t iptos)
350{
351 struct socket *lso = inp->inp_socket;
352
353 INP_WLOCK_ASSERT(inp);
354
355 syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx, iptos);
356}
357
358int
359toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to,

Callers

nothing calls this directly

Calls 1

syncache_addFunction · 0.85

Tested by

no test coverage detected