Searched refs:inc_store (Results 1 – 1 of 1) sorted by relevance
3171 struct in_conninfo inc_store, *local_inc; in tcp_new_ts_offset() local3174 memcpy(&inc_store, inc, sizeof(struct in_conninfo)); in tcp_new_ts_offset()3175 inc_store.inc_lport = 0; in tcp_new_ts_offset()3176 inc_store.inc_fport = 0; in tcp_new_ts_offset()3177 local_inc = &inc_store; in tcp_new_ts_offset()