The only place where in6_ifawithifp() is used is ip6_output(), which uses the returned ifa to bump traffic counters.
Given ifa stability guarantees is provided by epoch, do not refcount ifa.
Details
Details
- Reviewers
rstone - Group Reviewers
network - Commits
- R10:1bd44b11e59f: Do not reference returned ifa in in6_ifawithifp().
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.