Searched refs:new_inp (Results 1 - 5 of 5) 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
316 new_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
2626 SCTP_INP_WLOCK(new_inp);
2630 new_inp->sctp_ep.time_of_secret_change =
2632 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
2634 new_inp->sctp_ep.current_secret_number =
2636 new_inp->sctp_ep.last_secret_number =
2638 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
2641 stcb->sctp_socket = new_inp->sctp_socket;
2642 stcb->sctp_ep = new_inp;
2645 lport = new_inp
[all...]
H A Dsctputil.h157 struct sctp_inpcb *new_inp,
H A Dsctputil.c4737 struct sctp_inpcb *new_inp,
4752 new_so = new_inp->sctp_socket;
4793 SCTP_INP_READ_LOCK(new_inp);
4795 TAILQ_INSERT_TAIL(&new_inp->read_queue, control, next);
4808 SCTP_INP_READ_UNLOCK(new_inp);
4736 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, struct sctp_tcb *stcb, int waitflags) argument
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1463 struct inpcb *inp = lctx->inp, *new_inp; local
1544 new_inp = sotoinpcb(so);
1545 INP_WLOCK_ASSERT(new_inp);
1556 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0);
1560 INP_WUNLOCK(new_inp);

Completed in 82 milliseconds