diff options
author | ericheng <none@none> | 2005-08-29 18:49:03 -0700 |
---|---|---|
committer | ericheng <none@none> | 2005-08-29 18:49:03 -0700 |
commit | cd93090ec4fd8704271aee7cc8241a848bc78ffd (patch) | |
tree | 8866a859b0500824028a7b4e13d28ba415351201 /usr/src/uts/common/sys/dls_impl.h | |
parent | a14d39b7841e304340dbd4378ec3266bd6868156 (diff) | |
download | illumos-gate-cd93090ec4fd8704271aee7cc8241a848bc78ffd.tar.gz |
6252036 dladm show-link outputs nothing for regular users
6260551 aggr_grp_detach_port() can be called without AGGR_LACP_LOCK_HELD
6270678 The aggregation was unavailable after using dladm modify-aggr change mac address to zero
6283674 potential race condition between dls_rx_set and i_dls_link_ether_rx
6293292 dladm show-dev deceives when passed unknown device names
6309909 dld_open must call qassociate(9F) to inform the framework it is DDI-compliant
6311907 poll_tx, ill_tx and str_mdata_fastpath_put() comments are incorrect
6313057 dladm show-dev doesn't show legacy devices
6315019 sparc full kernel lint is missing many modules
Diffstat (limited to 'usr/src/uts/common/sys/dls_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dls_impl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/dls_impl.h b/usr/src/uts/common/sys/dls_impl.h index 70de658cc4..69f9b4b3dc 100644 --- a/usr/src/uts/common/sys/dls_impl.h +++ b/usr/src/uts/common/sys/dls_impl.h @@ -137,8 +137,10 @@ extern int dls_vlan_walk(int (*)(dls_vlan_t *, void *), void *); extern void dls_init(void); extern int dls_fini(void); -extern boolean_t dls_accept(dls_impl_t *, const uint8_t *); -extern boolean_t dls_accept_loopback(dls_impl_t *, const uint8_t *); +extern boolean_t dls_accept(dls_impl_t *, const uint8_t *, + dls_rx_t *, void **); +extern boolean_t dls_accept_loopback(dls_impl_t *, const uint8_t *, + dls_rx_t *, void **); #ifdef __cplusplus } |