/[base]
ViewVC logotype

Revision 356623


Jump to revision: Previous Next
Author: bz
Date: Sat Jan 11 01:15:38 2020 UTC (4 years, 5 months ago)
Changed paths: 5
Log Message:
MFC r354643:

  netinet*: update *mp to pass the proper value back

  In ip6_[direct_]input() we are looping over the extension headers
  to deal with the next header.  We pass a pointer to an mbuf pointer
  to the handling functions.  In certain cases the mbuf can be updated
  there and we need to pass the new one back.  That missing in
  dest6_input() and route6_input().  In tcp6_input() we should also
  update it before we call tcp_input().

  The merge is extracted of a larger change in head.

  PR:			240135
  Reported by:		prabhakar.lakhera gmail.com


Changed paths

Path Details
Directorystable/11/ modified , props changed
Directorystable/11/sys/netinet/tcp_input.c modified , text changed
Directorystable/11/sys/netinet6/dest6.c modified , text changed
Directorystable/11/sys/netinet6/icmp6.c modified , text changed
Directorystable/11/sys/netinet6/route6.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27