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

/netbsd-current/usr.bin/systat/
H A Difstat.c271 u_int new_inp, new_outp, old_inp, old_outp = 0; local
280 old_inp = ifp->if_mib.ifdr_data.ifi_ipackets;
310 ifp->if_in_curpps = new_inp - old_inp;
/netbsd-current/sys/netinet/
H A Dsctp_pcb.c1489 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, argument
1498 SCTP_INP_WLOCK(old_inp);
1503 old_inp->sctp_ep.time_of_secret_change;
1504 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
1505 sizeof(old_inp->sctp_ep.secret_key));
1507 old_inp->sctp_ep.current_secret_number;
1509 old_inp->sctp_ep.last_secret_number;
1510 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
1513 lport = new_inp->sctp_lport = old_inp->sctp_lport;
1541 /* Subset bound, so copy in the laddr list from the old_inp */
[all...]

Completed in 116 milliseconds