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

/freebsd-12-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-12-stable/sys/netinet/
H A Dsctp_pcb.c2645 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, argument
2656 SCTP_INP_WLOCK(old_inp);
2662 old_inp->sctp_ep.time_of_secret_change;
2663 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
2664 sizeof(old_inp->sctp_ep.secret_key));
2666 old_inp->sctp_ep.current_secret_number;
2668 old_inp->sctp_ep.last_secret_number;
2669 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
2676 lport = new_inp->sctp_lport = old_inp->sctp_lport;
2717 /* Subset bound, so copy in the laddr list from the old_inp */
[all...]
H A Dsctputil.h157 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp,
H A Dsctputil.c4741 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp, argument
4756 old_so = old_inp->sctp_socket;
4773 SCTP_INP_READ_LOCK(old_inp);
4774 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) {
4778 TAILQ_REMOVE(&old_inp->read_queue, control, next);
4793 SCTP_INP_READ_UNLOCK(old_inp);

Completed in 251 milliseconds