diff options
Diffstat (limited to 'include/net/rtnetlink.h')
-rw-r--r-- | include/net/rtnetlink.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h index 18fdb98185ab..2f87c1ba13de 100644 --- a/include/net/rtnetlink.h +++ b/include/net/rtnetlink.h | |||
@@ -122,8 +122,10 @@ struct rtnl_af_ops { | |||
122 | int family; | 122 | int family; |
123 | 123 | ||
124 | int (*fill_link_af)(struct sk_buff *skb, | 124 | int (*fill_link_af)(struct sk_buff *skb, |
125 | const struct net_device *dev); | 125 | const struct net_device *dev, |
126 | size_t (*get_link_af_size)(const struct net_device *dev); | 126 | u32 ext_filter_mask); |
127 | size_t (*get_link_af_size)(const struct net_device *dev, | ||
128 | u32 ext_filter_mask); | ||
127 | 129 | ||
128 | int (*validate_link_af)(const struct net_device *dev, | 130 | int (*validate_link_af)(const struct net_device *dev, |
129 | const struct nlattr *attr); | 131 | const struct nlattr *attr); |