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

/freebsd-13-stable/usr.bin/systat/
H A Difstat.c283 uint64_t new_inp, new_outp, old_inp, old_outp = 0; local
292 old_inp = ifp->if_mib.ifmd_data.ifi_ipackets;
309 old_inp = ifp->if_mib.ifmd_data.ifi_ipackets;
337 ifp->if_in_curpps = new_inp - old_inp;
/freebsd-13-stable/sys/netinet/
H A Dsctp_pcb.c2614 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, argument
2625 SCTP_INP_WLOCK(old_inp);
2631 old_inp->sctp_ep.time_of_secret_change;
2632 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
2633 sizeof(old_inp->sctp_ep.secret_key));
2635 old_inp->sctp_ep.current_secret_number;
2637 old_inp->sctp_ep.last_secret_number;
2638 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
2645 lport = new_inp->sctp_lport = old_inp->sctp_lport;
2686 /* Subset bound, so copy in the laddr list from the old_inp */
[all...]
H A Dsctputil.h156 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp,
H A Dsctputil.c4736 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp, argument
4751 old_so = old_inp->sctp_socket;
4768 SCTP_INP_READ_LOCK(old_inp);
4769 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) {
4773 TAILQ_REMOVE(&old_inp->read_queue, control, next);
4788 SCTP_INP_READ_UNLOCK(old_inp);

Completed in 173 milliseconds