diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6997f62cb6a0..ffbddd03242b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -3673,6 +3673,7 @@ int dev_get_port_parent_id(struct net_device *dev, | |||
| 3673 | struct netdev_phys_item_id *ppid, bool recurse); | 3673 | struct netdev_phys_item_id *ppid, bool recurse); |
| 3674 | bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b); | 3674 | bool netdev_port_same_parent_id(struct net_device *a, struct net_device *b); |
| 3675 | int dev_change_proto_down(struct net_device *dev, bool proto_down); | 3675 | int dev_change_proto_down(struct net_device *dev, bool proto_down); |
| 3676 | int dev_change_proto_down_generic(struct net_device *dev, bool proto_down); | ||
| 3676 | struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev, bool *again); | 3677 | struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev, bool *again); |
| 3677 | struct sk_buff *dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev, | 3678 | struct sk_buff *dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev, |
| 3678 | struct netdev_queue *txq, int *ret); | 3679 | struct netdev_queue *txq, int *ret); |
