Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c136 static struct tcp_cont { struct
141 } *tcp_cont[MAX_TCPCONT]; argument
146 static int add_tcp_cont(struct tcp_cont *, char *, int);
147 static struct tcp_cont *find_tcp_cont(int);
165 struct tcp_cont *tce = NULL; in interpret_slp()
623 struct tcp_cont *tce = malloc(sizeof (*tce)); in reg_tcp_cont()
626 if (tcp_cont[current_tcp_cont]) { in reg_tcp_cont()
627 free(tcp_cont[current_tcp_cont]->msg); in reg_tcp_cont()
628 free(tcp_cont[current_tcp_cont]); in reg_tcp_cont()
637 tcp_cont[current_tcp_cont++] = tce; in reg_tcp_cont()
[all …]