]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r309888:
authorae <ae@FreeBSD.org>
Tue, 24 Jan 2017 00:36:46 +0000 (00:36 +0000)
committerae <ae@FreeBSD.org>
Tue, 24 Jan 2017 00:36:46 +0000 (00:36 +0000)
commitf00cff488484644353a03798941a56df4c3657b7
tree68b2ed31f88eeac952b93454f7253ed0e02a8b48
parentbc6f50e46bb35e3b94b56775cbee49b844f851f2
MFC r309888:
  Modify IPv6 statistic accounting in ip6_input().

  Add rcvif local variable to keep inbound interface pointer. Count
  ifs6_in_discard errors in all "goto bad" cases. Now it will count
  errors even if mbuf was freed. Modify all places where m->m_pkthdr.rcvif
  is used to use local rcvif variable.
sys/netinet6/ip6_input.c