[BACK]Return to ip_reass.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_reass.c between version 1.14 and 1.15

version 1.14, 2018/03/09 11:57:38 version 1.15, 2018/04/11 07:15:12
Line 211  ip_nmbclusters_changed(void)
Line 211  ip_nmbclusters_changed(void)
  *      datagram.  If a chain for reassembly of this datagram already exists,   *      datagram.  If a chain for reassembly of this datagram already exists,
  *      then it is given as 'fp'; otherwise have to make a chain.   *      then it is given as 'fp'; otherwise have to make a chain.
  */   */
 struct mbuf *  static struct mbuf *
 ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash)  ip_reass(ipfr_qent_t *ipqe, ipfr_queue_t *fp, const u_int hash)
 {  {
         struct ip *ip = ipqe->ipqe_ip, *qip;          struct ip *ip = ipqe->ipqe_ip, *qip;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>