Searched refs:lsop (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/netinet/ |
| HD | tcp_syncache.c | 941 struct socket **lsop, struct mbuf *m) in syncache_expand() argument 965 syncookie_cmp(inc, sch, sc, th, to, *lsop); in syncache_expand() 987 sc = syncookie_lookup(inc, sch, &scs, th, to, *lsop); in syncache_expand() 1071 *lsop = syncache_socket(sc, *lsop, m); in syncache_expand() 1073 if (*lsop == NULL) in syncache_expand() 1087 *lsop = NULL; in syncache_expand() 1106 struct inpcb *inp, struct socket **lsop, struct mbuf *m, void *tod, in syncache_add() argument 1135 so = *lsop; in syncache_add() 1392 *lsop = NULL; in syncache_add()
|
| HD | toecore.c | 339 struct tcphdr *th, struct socket **lsop) in toe_syncache_expand() argument 344 return (syncache_expand(inc, to, th, lsop, NULL)); in toe_syncache_expand()
|