Searched hist:194602 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netipx/
H A Dipx.cdiff 194602 Sun Jun 21 17:33:35 MDT 2009 rwatson Clean up common ifaddr management:

- Unify reference count and lock initialization in a single function,
ifa_init().
- Move tear-down from a macro (IFAFREE) to a function ifa_free().
- Move reference count bump from a macro (IFAREF) to a function ifa_ref().
- Instead of using a u_int protected by a mutex to refcount(9) for
reference count management.

The ifa_mtx is now used for exactly one ioctl, and possibly should be
removed.

MFC after: 3 weeks
/freebsd-10-stable/sys/netatalk/
H A Dat_control.cdiff 194602 Sun Jun 21 17:33:35 MDT 2009 rwatson Clean up common ifaddr management:

- Unify reference count and lock initialization in a single function,
ifa_init().
- Move tear-down from a macro (IFAFREE) to a function ifa_free().
- Move reference count bump from a macro (IFAREF) to a function ifa_ref().
- Instead of using a u_int protected by a mutex to refcount(9) for
reference count management.

The ifa_mtx is now used for exactly one ioctl, and possibly should be
removed.

MFC after: 3 weeks
/freebsd-10-stable/sys/netinet6/
H A Din6_ifattach.c

Completed in 75 milliseconds