diff options
author | Matt Johnston <matt@codeconstruct.com.au> | 2021-07-29 10:20:47 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-29 15:06:50 +0100 |
commit | 4d8b9319282ae84f5a17b28d8b5b5d1e7e537312 (patch) | |
tree | 761ff24a307a22a4e86aa137ed65757eec346f5b /include/net/mctpdevice.h | |
parent | 06d2f4c583a7d892300920fc85d654d48a15e914 (diff) |
mctp: Add neighbour implementation
Add an initial neighbour table implementation, to be used in the route
output path.
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/mctpdevice.h')
-rw-r--r-- | include/net/mctpdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mctpdevice.h b/include/net/mctpdevice.h index 71a11012fac7..57e773ff08bb 100644 --- a/include/net/mctpdevice.h +++ b/include/net/mctpdevice.h @@ -31,5 +31,6 @@ struct mctp_dev { struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev); struct mctp_dev *__mctp_dev_get(const struct net_device *dev); +struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev); #endif /* __NET_MCTPDEVICE_H */ |