Searched refs:new_inp (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c684 struct inpcb *inp = lctx->inp, *new_inp; local
747 new_inp = sotoinpcb(so);
748 INP_WLOCK_ASSERT(new_inp);
751 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0);
755 INP_WUNLOCK(new_inp);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1496 struct inpcb *inp = lctx->inp, *new_inp; local
1566 new_inp = sotoinpcb(so);
1567 INP_WLOCK_ASSERT(new_inp);
1578 tcp_timer_activate(intotcpcb(new_inp), TT_KEEP, 0);
1582 INP_WUNLOCK(new_inp);
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.c2640 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, argument
2652 SCTP_INP_WLOCK(new_inp);
2656 new_inp->sctp_ep.time_of_secret_change =
2658 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
2660 new_inp->sctp_ep.current_secret_number =
2662 new_inp->sctp_ep.last_secret_number =
2664 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
2667 stcb->sctp_socket = new_inp->sctp_socket;
2668 stcb->sctp_ep = new_inp;
2671 lport = new_inp
[all...]
H A Dsctputil.c4483 struct sctp_inpcb *new_inp,
4498 new_so = new_inp->sctp_socket;
4539 SCTP_INP_READ_LOCK(new_inp);
4541 TAILQ_INSERT_TAIL(&new_inp->read_queue, control, next);
4554 SCTP_INP_READ_UNLOCK(new_inp);
4482 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, struct sctp_tcb *stcb, int waitflags) argument
H A Dsctputil.h159 struct sctp_inpcb *new_inp,
/freebsd-11-stable/usr.bin/systat/
H A Difstat.c282 uint64_t new_inp, new_outp, old_inp, old_outp = 0; local
315 new_inp = ifp->if_mib.ifmd_data.ifi_ipackets;
336 ifp->if_in_curpps = new_inp - old_inp;

Completed in 290 milliseconds