Searched refs:lsop (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | toecore.c | 368 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 D | tcp_syncache.c | 1063 struct socket **lsop, struct mbuf *m, uint16_t port) in syncache_expand() argument 1091 syncookie_cmp(inc, sch, sc, th, to, *lsop, port); in syncache_expand() 1125 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop, port); in syncache_expand() 1293 *lsop = syncache_socket(sc, *lsop, m); in syncache_expand() 1295 if (__predict_false(*lsop == NULL)) { in syncache_expand() 1313 *lsop = NULL; in syncache_expand()
|