OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oso
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
563
struct socket *
oso
;
local in function:syn_cache_get
603
oso
= so;
632
if (sotoinpcb(
oso
)->inp_flags & IN6P_IPV6_V6ONLY)
652
if (inp && intotcpcb(inp)->t_family == AF_INET6 && sotoinpcb(
oso
)) {
653
struct inpcb *oinp = sotoinpcb(
oso
);
697
tp->t_flags = sototcpcb(
oso
)->t_flags & TF_NODELAY;
sctp_input.c
2075
struct socket *so, *
oso
;
local in function:sctp_handle_cookie_echo
2085
oso
= (*inp_p)->sctp_socket;
2087
so = sonewconn(
oso
, SS_ISCONNECTED);
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025