Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtoecore.c368 struct tcphdr *th, struct socket **lsop) in toe_syncache_expand() argument
373 return (syncache_expand(inc, to, th, lsop, NULL, htons(0))); in toe_syncache_expand()
H A Dtcp_syncache.c1053 struct socket **lsop, struct mbuf *m, uint16_t port) in syncache_expand() argument
1081 syncookie_cmp(inc, sch, sc, th, to, *lsop, port); in syncache_expand()
1115 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop, port); in syncache_expand()
1283 *lsop = syncache_socket(sc, *lsop, m); in syncache_expand()
1285 if (__predict_false(*lsop == NULL)) { in syncache_expand()
1303 *lsop = NULL; in syncache_expand()