Searched refs:inc_store (Results 1 – 1 of 1) sorted by relevance
2748 struct in_conninfo inc_store, *local_inc; in tcp_new_ts_offset() local2751 memcpy(&inc_store, inc, sizeof(struct in_conninfo)); in tcp_new_ts_offset()2752 inc_store.inc_lport = 0; in tcp_new_ts_offset()2753 inc_store.inc_fport = 0; in tcp_new_ts_offset()2754 local_inc = &inc_store; in tcp_new_ts_offset()