aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index fc6ba71513be..36ca5f50f822 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1165,7 +1165,7 @@ struct dev_ifalias {
1165 * entries to skb and update idx with the number of entries. 1165 * entries to skb and update idx with the number of entries.
1166 * 1166 *
1167 * int (*ndo_bridge_setlink)(struct net_device *dev, struct nlmsghdr *nlh, 1167 * int (*ndo_bridge_setlink)(struct net_device *dev, struct nlmsghdr *nlh,
1168 * u16 flags) 1168 * u16 flags, struct netlink_ext_ack *extack)
1169 * int (*ndo_bridge_getlink)(struct sk_buff *skb, u32 pid, u32 seq, 1169 * int (*ndo_bridge_getlink)(struct sk_buff *skb, u32 pid, u32 seq,
1170 * struct net_device *dev, u32 filter_mask, 1170 * struct net_device *dev, u32 filter_mask,
1171 * int nlflags) 1171 * int nlflags)
@@ -1390,7 +1390,8 @@ struct net_device_ops {
1390 1390
1391 int (*ndo_bridge_setlink)(struct net_device *dev, 1391 int (*ndo_bridge_setlink)(struct net_device *dev,
1392 struct nlmsghdr *nlh, 1392 struct nlmsghdr *nlh,
1393 u16 flags); 1393 u16 flags,
1394 struct netlink_ext_ack *extack);
1394 int (*ndo_bridge_getlink)(struct sk_buff *skb, 1395 int (*ndo_bridge_getlink)(struct sk_buff *skb,
1395 u32 pid, u32 seq, 1396 u32 pid, u32 seq,
1396 struct net_device *dev, 1397 struct net_device *dev,