Home
last modified time | relevance | path

Searched refs:lsop (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c1141 struct socket **lsop, struct mbuf *m) in syncache_expand() argument
1169 syncookie_cmp(inc, sch, sc, th, to, *lsop); in syncache_expand()
1377 *lsop = syncache_socket(sc, *lsop, m); in syncache_expand()
1379 if (*lsop == NULL) in syncache_expand()
1393 *lsop = NULL; in syncache_expand()
1408 *lsop = syncache_socket(sc, *lsop, m); in syncache_tfo_expand()
1409 if (*lsop == NULL) { in syncache_tfo_expand()
1413 soisconnected(*lsop); in syncache_tfo_expand()
1414 inp = sotoinpcb(*lsop); in syncache_tfo_expand()
1480 so = *lsop; in syncache_add()
[all …]
H A Dtoecore.c360 struct tcphdr *th, struct socket **lsop) in toe_syncache_expand() argument
365 return (syncache_expand(inc, to, th, lsop, NULL)); in toe_syncache_expand()