mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[IPV4]: inet_addr_onlink() annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a60c4923da
commit
ff428d72c5
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ extern int register_inetaddr_notifier(struct notifier_block *nb);
|
|||
extern int unregister_inetaddr_notifier(struct notifier_block *nb);
|
||||
|
||||
extern struct net_device *ip_dev_find(u32 addr);
|
||||
extern int inet_addr_onlink(struct in_device *in_dev, u32 a, u32 b);
|
||||
extern int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b);
|
||||
extern int devinet_ioctl(unsigned int cmd, void __user *);
|
||||
extern void devinet_init(void);
|
||||
extern struct in_device *inetdev_init(struct net_device *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue