lkml.org 
[lkml]   [2022]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 2/4] net:ipv6:Export inet6_ifa_finish_destroy and ipv6_get_ifaddr
    Date
    Export inet6_ifa_finish_destroy and ipv6_get_ifaddr for bonding usage.

    Signed-off-by: Sun Shouxin <sunshouxin@chinatelecom.cn>
    ---
    net/ipv6/addrconf.c | 4 +++-
    1 file changed, 3 insertions(+), 1 deletion(-)

    diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
    index b22504176588..6825d70c34fb 100644
    --- a/net/ipv6/addrconf.c
    +++ b/net/ipv6/addrconf.c
    @@ -975,6 +975,7 @@ void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)

    kfree_rcu(ifp, rcu);
    }
    +EXPORT_SYMBOL(inet6_ifa_finish_destroy);

    static void
    ipv6_link_dev_addr(struct inet6_dev *idev, struct inet6_ifaddr *ifp)
    @@ -2037,6 +2038,7 @@ struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net, const struct in6_addr *add

    return result;
    }
    +EXPORT_SYMBOL(ipv6_get_ifaddr);

    /* Gets referenced address, destroys ifaddr */

    @@ -4217,7 +4219,7 @@ static void addrconf_dad_completed(struct inet6_ifaddr *ifp, bool bump_id,
    ndisc_send_na(dev, &in6addr_linklocal_allnodes, &ifp->addr,
    /*router=*/ !!ifp->idev->cnf.forwarding,
    /*solicited=*/ false, /*override=*/ true,
    - /*inc_opt=*/ true);
    + /*inc_opt=*/ true, NULL);
    }

    if (send_rs) {
    --
    2.27.0
    \
     
     \ /
      Last update: 2022-03-16 09:52    [W:3.209 / U:0.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site