Home
last modified time | relevance | path

Searched refs:nlinfo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dnexthop.c24 struct nl_info *nlinfo);
1758 struct nl_info *nlinfo) in remove_nh_grp_entry() argument
1774 remove_nexthop(net, nhp, nlinfo); in remove_nh_grp_entry()
1829 if (nlinfo) in remove_nh_grp_entry()
1830 nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); in remove_nh_grp_entry()
1834 struct nl_info *nlinfo) in remove_nexthop_from_groups() argument
1839 remove_nh_grp_entry(net, nhge, nlinfo); in remove_nexthop_from_groups()
1845 static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) in remove_nexthop_group() argument
1890 struct nl_info *nlinfo) in __remove_nexthop() argument
1895 remove_nexthop_group(nh, nlinfo); in __remove_nexthop()
[all …]
/openbmc/linux/include/net/
H A Dnexthop.h54 struct nl_info nlinfo; member
/openbmc/linux/net/ipv6/
H A Dndisc.c1407 struct nl_info nlinfo = { in ndisc_router_discovery() local
1411 inet6_rt_notify(RTM_NEWROUTE, rt, &nlinfo, NLM_F_REPLACE); in ndisc_router_discovery()