Searched refs:old_start_at (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c7807 struct sctp_nets *net, *start_at, *sack_goes_to = NULL, *old_start_at = NULL; local
7994 old_start_at = NULL;
7999 if (old_start_at && (old_start_at == net)) {
8887 if (old_start_at == NULL) {
8888 old_start_at = start_at;
8890 if (old_start_at)

Completed in 69 milliseconds