HomeSort by: relevance | last modified time | path
    Searched refs:new_inp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
ifstat.c 271 u_int new_inp, new_outp, old_inp, old_outp = 0; local in function:fetchifstat
289 new_inp = ifp->if_mib.ifdr_data.ifi_ipackets;
310 ifp->if_in_curpps = new_inp - old_inp;
  /src/sys/netinet/
sctp_pcb.c 1489 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp,
1499 SCTP_INP_WLOCK(new_inp);
1502 new_inp->sctp_ep.time_of_secret_change =
1504 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
1506 new_inp->sctp_ep.current_secret_number =
1508 new_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;
1519 /* Now insert the new_inp into the TCP connected hash */
1523 LIST_INSERT_HEAD(head, new_inp, sctp_hash)
    [all...]

Completed in 12 milliseconds