| .. | .. |
|---|
| 156 | 156 | void bond_alb_deinit_slave(struct bonding *bond, struct slave *slave); |
|---|
| 157 | 157 | void bond_alb_handle_link_change(struct bonding *bond, struct slave *slave, char link); |
|---|
| 158 | 158 | void bond_alb_handle_active_change(struct bonding *bond, struct slave *new_slave); |
|---|
| 159 | | -int bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev); |
|---|
| 160 | | -int bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev); |
|---|
| 159 | +netdev_tx_t bond_alb_xmit(struct sk_buff *skb, struct net_device *bond_dev); |
|---|
| 160 | +netdev_tx_t bond_tlb_xmit(struct sk_buff *skb, struct net_device *bond_dev); |
|---|
| 161 | 161 | struct slave *bond_xmit_alb_slave_get(struct bonding *bond, |
|---|
| 162 | 162 | struct sk_buff *skb); |
|---|
| 163 | 163 | struct slave *bond_xmit_tlb_slave_get(struct bonding *bond, |
|---|