]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336405:
authorae <ae@FreeBSD.org>
Wed, 8 Aug 2018 16:09:28 +0000 (16:09 +0000)
committerae <ae@FreeBSD.org>
Wed, 8 Aug 2018 16:09:28 +0000 (16:09 +0000)
commitefaaa5d64a386bda529b430d612d333e2737ca97
tree3fc4e746b6b69efc9626d1c83514f542114401eb
parent88464d4c6bd4bcf279c62604809d4efd1dc024a3
MFC r336405:
  Move invoking of callout_stop(&lle->lle_timer) into llentry_free().

  This deduplicates the code a bit, and also implicitly adds missing
  callout_stop() to in[6]_lltable_delete_entry() functions.

  PR: 209682, 225927
sys/net/if_llatbl.c
sys/netinet/in.c
sys/netinet6/in6.c