Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDtcp_syncache.c941 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()
HDtoecore.c339 struct tcphdr *th, struct socket **lsop) in toe_syncache_expand() argument
344 return (syncache_expand(inc, to, th, lsop, NULL)); in toe_syncache_expand()